#include "components/sync/protocol/entity_metadata.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 EntityMetadata_CollaborationMetadata::EntityMetadata_CollaborationMetadata(
::_pbi::ConstantInitialized): … { … }
struct EntityMetadata_CollaborationMetadataDefaultTypeInternal { … };
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 EntityMetadata_CollaborationMetadataDefaultTypeInternal _EntityMetadata_CollaborationMetadata_default_instance_;
PROTOBUF_CONSTEXPR EntityMetadata::EntityMetadata(
::_pbi::ConstantInitialized): … { … }
struct EntityMetadataDefaultTypeInternal { … };
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 EntityMetadataDefaultTypeInternal _EntityMetadata_default_instance_;
}
namespace sync_pb {
class EntityMetadata_CollaborationMetadata::_Internal { … };
EntityMetadata_CollaborationMetadata::EntityMetadata_CollaborationMetadata(::PROTOBUF_NAMESPACE_ID::Arena* arena,
bool is_message_owned)
: … { … }
EntityMetadata_CollaborationMetadata::EntityMetadata_CollaborationMetadata(const EntityMetadata_CollaborationMetadata& from)
: … { … }
inline void EntityMetadata_CollaborationMetadata::SharedCtor(
::_pb::Arena* arena, bool is_message_owned) { … }
EntityMetadata_CollaborationMetadata::~EntityMetadata_CollaborationMetadata() { … }
inline void EntityMetadata_CollaborationMetadata::SharedDtor() { … }
void EntityMetadata_CollaborationMetadata::SetCachedSize(int size) const { … }
void EntityMetadata_CollaborationMetadata::Clear() { … }
const char* EntityMetadata_CollaborationMetadata::_InternalParse(const char* ptr, ::_pbi::ParseContext* ctx) { … }
uint8_t* EntityMetadata_CollaborationMetadata::_InternalSerialize(
uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { … }
size_t EntityMetadata_CollaborationMetadata::ByteSizeLong() const { … }
void EntityMetadata_CollaborationMetadata::CheckTypeAndMergeFrom(
const ::PROTOBUF_NAMESPACE_ID::MessageLite& from) { … }
void EntityMetadata_CollaborationMetadata::MergeFrom(const EntityMetadata_CollaborationMetadata& from) { … }
void EntityMetadata_CollaborationMetadata::CopyFrom(const EntityMetadata_CollaborationMetadata& from) { … }
bool EntityMetadata_CollaborationMetadata::IsInitialized() const { … }
void EntityMetadata_CollaborationMetadata::InternalSwap(EntityMetadata_CollaborationMetadata* other) { … }
std::string EntityMetadata_CollaborationMetadata::GetTypeName() const { … }
class EntityMetadata::_Internal { … };
const ::sync_pb::UniquePosition&
EntityMetadata::_Internal::unique_position(const EntityMetadata* msg) { … }
const ::sync_pb::EntitySpecifics&
EntityMetadata::_Internal::possibly_trimmed_base_specifics(const EntityMetadata* msg) { … }
const ::sync_pb::EntityMetadata_CollaborationMetadata&
EntityMetadata::_Internal::collaboration(const EntityMetadata* msg) { … }
const ::sync_pb::DeletionOrigin&
EntityMetadata::_Internal::deletion_origin(const EntityMetadata* msg) { … }
void EntityMetadata::clear_unique_position() { … }
void EntityMetadata::clear_possibly_trimmed_base_specifics() { … }
void EntityMetadata::clear_deletion_origin() { … }
EntityMetadata::EntityMetadata(::PROTOBUF_NAMESPACE_ID::Arena* arena,
bool is_message_owned)
: … { … }
EntityMetadata::EntityMetadata(const EntityMetadata& from)
: … { … }
inline void EntityMetadata::SharedCtor(
::_pb::Arena* arena, bool is_message_owned) { … }
EntityMetadata::~EntityMetadata() { … }
inline void EntityMetadata::SharedDtor() { … }
void EntityMetadata::SetCachedSize(int size) const { … }
void EntityMetadata::Clear() { … }
const char* EntityMetadata::_InternalParse(const char* ptr, ::_pbi::ParseContext* ctx) { … }
uint8_t* EntityMetadata::_InternalSerialize(
uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { … }
size_t EntityMetadata::ByteSizeLong() const { … }
void EntityMetadata::CheckTypeAndMergeFrom(
const ::PROTOBUF_NAMESPACE_ID::MessageLite& from) { … }
void EntityMetadata::MergeFrom(const EntityMetadata& from) { … }
void EntityMetadata::CopyFrom(const EntityMetadata& from) { … }
bool EntityMetadata::IsInitialized() const { … }
void EntityMetadata::InternalSwap(EntityMetadata* other) { … }
std::string EntityMetadata::GetTypeName() const { … }
}
PROTOBUF_NAMESPACE_OPEN
template<> PROTOBUF_NOINLINE ::sync_pb::EntityMetadata_CollaborationMetadata*
Arena::CreateMaybeMessage< ::sync_pb::EntityMetadata_CollaborationMetadata >(Arena* arena) { … }
template<> PROTOBUF_NOINLINE ::sync_pb::EntityMetadata*
Arena::CreateMaybeMessage< ::sync_pb::EntityMetadata >(Arena* arena) { … }
PROTOBUF_NAMESPACE_CLOSE
#include <google/protobuf/port_undef.inc>