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