#include "components/sync/protocol/note_entity.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 NoteEntity::NoteEntity(
::_pbi::ConstantInitialized): … { … }
struct NoteEntityDefaultTypeInternal { … };
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 NoteEntityDefaultTypeInternal _NoteEntity_default_instance_;
}
namespace sync_pb {
bool NoteEntity_TargetType_IsValid(int value) { … }
static ::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed<std::string> NoteEntity_TargetType_strings[2] = …;
static const char NoteEntity_TargetType_names[] = …;
static const ::PROTOBUF_NAMESPACE_ID::internal::EnumEntry NoteEntity_TargetType_entries[] = …;
static const int NoteEntity_TargetType_entries_by_number[] = …;
const std::string& NoteEntity_TargetType_Name(
NoteEntity_TargetType value) { … }
bool NoteEntity_TargetType_Parse(
::PROTOBUF_NAMESPACE_ID::ConstStringParam name, NoteEntity_TargetType* value) { … }
#if (__cplusplus < 201703) && (!defined(_MSC_VER) || (_MSC_VER >= 1900 && _MSC_VER < 1912))
constexpr NoteEntity_TargetType NoteEntity::TARGET_TYPE_UNSPECIFIED;
constexpr NoteEntity_TargetType NoteEntity::TARGET_TYPE_PAGE;
constexpr NoteEntity_TargetType NoteEntity::TargetType_MIN;
constexpr NoteEntity_TargetType NoteEntity::TargetType_MAX;
constexpr int NoteEntity::TargetType_ARRAYSIZE;
#endif
class NoteEntity::_Internal { … };
NoteEntity::NoteEntity(::PROTOBUF_NAMESPACE_ID::Arena* arena,
bool is_message_owned)
: … { … }
NoteEntity::NoteEntity(const NoteEntity& from)
: … { … }
inline void NoteEntity::SharedCtor(
::_pb::Arena* arena, bool is_message_owned) { … }
NoteEntity::~NoteEntity() { … }
inline void NoteEntity::SharedDtor() { … }
void NoteEntity::SetCachedSize(int size) const { … }
void NoteEntity::Clear() { … }
const char* NoteEntity::_InternalParse(const char* ptr, ::_pbi::ParseContext* ctx) { … }
uint8_t* NoteEntity::_InternalSerialize(
uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { … }
size_t NoteEntity::ByteSizeLong() const { … }
void NoteEntity::CheckTypeAndMergeFrom(
const ::PROTOBUF_NAMESPACE_ID::MessageLite& from) { … }
void NoteEntity::MergeFrom(const NoteEntity& from) { … }
void NoteEntity::CopyFrom(const NoteEntity& from) { … }
bool NoteEntity::IsInitialized() const { … }
void NoteEntity::InternalSwap(NoteEntity* other) { … }
std::string NoteEntity::GetTypeName() const { … }
}
PROTOBUF_NAMESPACE_OPEN
template<> PROTOBUF_NOINLINE ::sync_pb::NoteEntity*
Arena::CreateMaybeMessage< ::sync_pb::NoteEntity >(Arena* arena) { … }
PROTOBUF_NAMESPACE_CLOSE
#include <google/protobuf/port_undef.inc>