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