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