#include "components/sync/protocol/loopback_server.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 LoopbackServerEntity::LoopbackServerEntity(
::_pbi::ConstantInitialized): … { … }
struct LoopbackServerEntityDefaultTypeInternal { … };
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 LoopbackServerEntityDefaultTypeInternal _LoopbackServerEntity_default_instance_;
PROTOBUF_CONSTEXPR LoopbackServerProto::LoopbackServerProto(
::_pbi::ConstantInitialized): … { … }
struct LoopbackServerProtoDefaultTypeInternal { … };
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 LoopbackServerProtoDefaultTypeInternal _LoopbackServerProto_default_instance_;
}
namespace sync_pb {
bool LoopbackServerEntity_Type_IsValid(int value) { … }
static ::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed<std::string> LoopbackServerEntity_Type_strings[5] = …;
static const char LoopbackServerEntity_Type_names[] = …;
static const ::PROTOBUF_NAMESPACE_ID::internal::EnumEntry LoopbackServerEntity_Type_entries[] = …;
static const int LoopbackServerEntity_Type_entries_by_number[] = …;
const std::string& LoopbackServerEntity_Type_Name(
LoopbackServerEntity_Type value) { … }
bool LoopbackServerEntity_Type_Parse(
::PROTOBUF_NAMESPACE_ID::ConstStringParam name, LoopbackServerEntity_Type* value) { … }
#if (__cplusplus < 201703) && (!defined(_MSC_VER) || (_MSC_VER >= 1900 && _MSC_VER < 1912))
constexpr LoopbackServerEntity_Type LoopbackServerEntity::UNKNOWN;
constexpr LoopbackServerEntity_Type LoopbackServerEntity::BOOKMARK;
constexpr LoopbackServerEntity_Type LoopbackServerEntity::PERMANENT;
constexpr LoopbackServerEntity_Type LoopbackServerEntity::TOMBSTONE;
constexpr LoopbackServerEntity_Type LoopbackServerEntity::UNIQUE;
constexpr LoopbackServerEntity_Type LoopbackServerEntity::Type_MIN;
constexpr LoopbackServerEntity_Type LoopbackServerEntity::Type_MAX;
constexpr int LoopbackServerEntity::Type_ARRAYSIZE;
#endif
class LoopbackServerEntity::_Internal { … };
const ::sync_pb::SyncEntity&
LoopbackServerEntity::_Internal::entity(const LoopbackServerEntity* msg) { … }
void LoopbackServerEntity::clear_entity() { … }
LoopbackServerEntity::LoopbackServerEntity(::PROTOBUF_NAMESPACE_ID::Arena* arena,
bool is_message_owned)
: … { … }
LoopbackServerEntity::LoopbackServerEntity(const LoopbackServerEntity& from)
: … { … }
inline void LoopbackServerEntity::SharedCtor(
::_pb::Arena* arena, bool is_message_owned) { … }
LoopbackServerEntity::~LoopbackServerEntity() { … }
inline void LoopbackServerEntity::SharedDtor() { … }
void LoopbackServerEntity::SetCachedSize(int size) const { … }
void LoopbackServerEntity::Clear() { … }
const char* LoopbackServerEntity::_InternalParse(const char* ptr, ::_pbi::ParseContext* ctx) { … }
uint8_t* LoopbackServerEntity::_InternalSerialize(
uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { … }
size_t LoopbackServerEntity::ByteSizeLong() const { … }
void LoopbackServerEntity::CheckTypeAndMergeFrom(
const ::PROTOBUF_NAMESPACE_ID::MessageLite& from) { … }
void LoopbackServerEntity::MergeFrom(const LoopbackServerEntity& from) { … }
void LoopbackServerEntity::CopyFrom(const LoopbackServerEntity& from) { … }
bool LoopbackServerEntity::IsInitialized() const { … }
void LoopbackServerEntity::InternalSwap(LoopbackServerEntity* other) { … }
std::string LoopbackServerEntity::GetTypeName() const { … }
class LoopbackServerProto::_Internal { … };
LoopbackServerProto::LoopbackServerProto(::PROTOBUF_NAMESPACE_ID::Arena* arena,
bool is_message_owned)
: … { … }
LoopbackServerProto::LoopbackServerProto(const LoopbackServerProto& from)
: … { … }
inline void LoopbackServerProto::SharedCtor(
::_pb::Arena* arena, bool is_message_owned) { … }
LoopbackServerProto::~LoopbackServerProto() { … }
inline void LoopbackServerProto::SharedDtor() { … }
void LoopbackServerProto::SetCachedSize(int size) const { … }
void LoopbackServerProto::Clear() { … }
const char* LoopbackServerProto::_InternalParse(const char* ptr, ::_pbi::ParseContext* ctx) { … }
uint8_t* LoopbackServerProto::_InternalSerialize(
uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { … }
size_t LoopbackServerProto::ByteSizeLong() const { … }
void LoopbackServerProto::CheckTypeAndMergeFrom(
const ::PROTOBUF_NAMESPACE_ID::MessageLite& from) { … }
void LoopbackServerProto::MergeFrom(const LoopbackServerProto& from) { … }
void LoopbackServerProto::CopyFrom(const LoopbackServerProto& from) { … }
bool LoopbackServerProto::IsInitialized() const { … }
void LoopbackServerProto::InternalSwap(LoopbackServerProto* other) { … }
std::string LoopbackServerProto::GetTypeName() const { … }
}
PROTOBUF_NAMESPACE_OPEN
template<> PROTOBUF_NOINLINE ::sync_pb::LoopbackServerEntity*
Arena::CreateMaybeMessage< ::sync_pb::LoopbackServerEntity >(Arena* arena) { … }
template<> PROTOBUF_NOINLINE ::sync_pb::LoopbackServerProto*
Arena::CreateMaybeMessage< ::sync_pb::LoopbackServerProto >(Arena* arena) { … }
PROTOBUF_NAMESPACE_CLOSE
#include <google/protobuf/port_undef.inc>