#include "components/sync/protocol/plus_address_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 PlusAddressSpecifics::PlusAddressSpecifics(
::_pbi::ConstantInitialized): … { … }
struct PlusAddressSpecificsDefaultTypeInternal { … };
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 PlusAddressSpecificsDefaultTypeInternal _PlusAddressSpecifics_default_instance_;
PROTOBUF_CONSTEXPR PlusEmail::PlusEmail(
::_pbi::ConstantInitialized): … { … }
struct PlusEmailDefaultTypeInternal { … };
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 PlusEmailDefaultTypeInternal _PlusEmail_default_instance_;
}
namespace sync_pb {
class PlusAddressSpecifics::_Internal { … };
const ::sync_pb::PlusEmail&
PlusAddressSpecifics::_Internal::plus_email(const PlusAddressSpecifics* msg) { … }
PlusAddressSpecifics::PlusAddressSpecifics(::PROTOBUF_NAMESPACE_ID::Arena* arena,
bool is_message_owned)
: … { … }
PlusAddressSpecifics::PlusAddressSpecifics(const PlusAddressSpecifics& from)
: … { … }
inline void PlusAddressSpecifics::SharedCtor(
::_pb::Arena* arena, bool is_message_owned) { … }
PlusAddressSpecifics::~PlusAddressSpecifics() { … }
inline void PlusAddressSpecifics::SharedDtor() { … }
void PlusAddressSpecifics::SetCachedSize(int size) const { … }
void PlusAddressSpecifics::Clear() { … }
const char* PlusAddressSpecifics::_InternalParse(const char* ptr, ::_pbi::ParseContext* ctx) { … }
uint8_t* PlusAddressSpecifics::_InternalSerialize(
uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { … }
size_t PlusAddressSpecifics::ByteSizeLong() const { … }
void PlusAddressSpecifics::CheckTypeAndMergeFrom(
const ::PROTOBUF_NAMESPACE_ID::MessageLite& from) { … }
void PlusAddressSpecifics::MergeFrom(const PlusAddressSpecifics& from) { … }
void PlusAddressSpecifics::CopyFrom(const PlusAddressSpecifics& from) { … }
bool PlusAddressSpecifics::IsInitialized() const { … }
void PlusAddressSpecifics::InternalSwap(PlusAddressSpecifics* other) { … }
std::string PlusAddressSpecifics::GetTypeName() const { … }
class PlusEmail::_Internal { … };
PlusEmail::PlusEmail(::PROTOBUF_NAMESPACE_ID::Arena* arena,
bool is_message_owned)
: … { … }
PlusEmail::PlusEmail(const PlusEmail& from)
: … { … }
inline void PlusEmail::SharedCtor(
::_pb::Arena* arena, bool is_message_owned) { … }
PlusEmail::~PlusEmail() { … }
inline void PlusEmail::SharedDtor() { … }
void PlusEmail::SetCachedSize(int size) const { … }
void PlusEmail::Clear() { … }
const char* PlusEmail::_InternalParse(const char* ptr, ::_pbi::ParseContext* ctx) { … }
uint8_t* PlusEmail::_InternalSerialize(
uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { … }
size_t PlusEmail::ByteSizeLong() const { … }
void PlusEmail::CheckTypeAndMergeFrom(
const ::PROTOBUF_NAMESPACE_ID::MessageLite& from) { … }
void PlusEmail::MergeFrom(const PlusEmail& from) { … }
void PlusEmail::CopyFrom(const PlusEmail& from) { … }
bool PlusEmail::IsInitialized() const { … }
void PlusEmail::InternalSwap(PlusEmail* other) { … }
std::string PlusEmail::GetTypeName() const { … }
}
PROTOBUF_NAMESPACE_OPEN
template<> PROTOBUF_NOINLINE ::sync_pb::PlusAddressSpecifics*
Arena::CreateMaybeMessage< ::sync_pb::PlusAddressSpecifics >(Arena* arena) { … }
template<> PROTOBUF_NOINLINE ::sync_pb::PlusEmail*
Arena::CreateMaybeMessage< ::sync_pb::PlusEmail >(Arena* arena) { … }
PROTOBUF_NAMESPACE_CLOSE
#include <google/protobuf/port_undef.inc>