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