#include "components/sync/protocol/send_tab_to_self_specifics.pb.h"
#include <algorithm>
#include <google/protobuf/io/coded_stream.h>
#include <google/protobuf/extension_set.h>
#include <google/protobuf/wire_format_lite.h>
#include <google/protobuf/io/zero_copy_stream_impl_lite.h>
#include <google/protobuf/port_def.inc>
PROTOBUF_PRAGMA_INIT_SEG
_pb;
_pbi;
namespace sync_pb {
PROTOBUF_CONSTEXPR SendTabToSelfSpecifics::SendTabToSelfSpecifics(
::_pbi::ConstantInitialized): … { … }
struct SendTabToSelfSpecificsDefaultTypeInternal { … };
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 SendTabToSelfSpecificsDefaultTypeInternal _SendTabToSelfSpecifics_default_instance_;
}
namespace sync_pb {
class SendTabToSelfSpecifics::_Internal { … };
SendTabToSelfSpecifics::SendTabToSelfSpecifics(::PROTOBUF_NAMESPACE_ID::Arena* arena,
bool is_message_owned)
: … { … }
SendTabToSelfSpecifics::SendTabToSelfSpecifics(const SendTabToSelfSpecifics& from)
: … { … }
inline void SendTabToSelfSpecifics::SharedCtor(
::_pb::Arena* arena, bool is_message_owned) { … }
SendTabToSelfSpecifics::~SendTabToSelfSpecifics() { … }
inline void SendTabToSelfSpecifics::SharedDtor() { … }
void SendTabToSelfSpecifics::SetCachedSize(int size) const { … }
void SendTabToSelfSpecifics::Clear() { … }
const char* SendTabToSelfSpecifics::_InternalParse(const char* ptr, ::_pbi::ParseContext* ctx) { … }
uint8_t* SendTabToSelfSpecifics::_InternalSerialize(
uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { … }
size_t SendTabToSelfSpecifics::ByteSizeLong() const { … }
void SendTabToSelfSpecifics::CheckTypeAndMergeFrom(
const ::PROTOBUF_NAMESPACE_ID::MessageLite& from) { … }
void SendTabToSelfSpecifics::MergeFrom(const SendTabToSelfSpecifics& from) { … }
void SendTabToSelfSpecifics::CopyFrom(const SendTabToSelfSpecifics& from) { … }
bool SendTabToSelfSpecifics::IsInitialized() const { … }
void SendTabToSelfSpecifics::InternalSwap(SendTabToSelfSpecifics* other) { … }
std::string SendTabToSelfSpecifics::GetTypeName() const { … }
}
PROTOBUF_NAMESPACE_OPEN
template<> PROTOBUF_NOINLINE ::sync_pb::SendTabToSelfSpecifics*
Arena::CreateMaybeMessage< ::sync_pb::SendTabToSelfSpecifics >(Arena* arena) { … }
PROTOBUF_NAMESPACE_CLOSE
#include <google/protobuf/port_undef.inc>