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