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