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