#include "ukm/report.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 Report_SourceCounts::Report_SourceCounts(
::_pbi::ConstantInitialized): … { … }
struct Report_SourceCountsDefaultTypeInternal { … };
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 Report_SourceCountsDefaultTypeInternal _Report_SourceCounts_default_instance_;
PROTOBUF_CONSTEXPR Report::Report(
::_pbi::ConstantInitialized): … { … }
struct ReportDefaultTypeInternal { … };
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ReportDefaultTypeInternal _Report_default_instance_;
}
namespace ukm {
bool Report_LogRotationReason_IsValid(int value) { … }
static ::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed<std::string> Report_LogRotationReason_strings[4] = …;
static const char Report_LogRotationReason_names[] = …;
static const ::PROTOBUF_NAMESPACE_ID::internal::EnumEntry Report_LogRotationReason_entries[] = …;
static const int Report_LogRotationReason_entries_by_number[] = …;
const std::string& Report_LogRotationReason_Name(
Report_LogRotationReason value) { … }
bool Report_LogRotationReason_Parse(
::PROTOBUF_NAMESPACE_ID::ConstStringParam name, Report_LogRotationReason* value) { … }
#if (__cplusplus < 201703) && (!defined(_MSC_VER) || (_MSC_VER >= 1900 && _MSC_VER < 1912))
constexpr Report_LogRotationReason Report::UNKNOWN;
constexpr Report_LogRotationReason Report::SCHEDULED_ROTATION;
constexpr Report_LogRotationReason Report::BACKGROUNDED;
constexpr Report_LogRotationReason Report::SHUTDOWN;
constexpr Report_LogRotationReason Report::LogRotationReason_MIN;
constexpr Report_LogRotationReason Report::LogRotationReason_MAX;
constexpr int Report::LogRotationReason_ARRAYSIZE;
#endif
class Report_SourceCounts::_Internal { … };
Report_SourceCounts::Report_SourceCounts(::PROTOBUF_NAMESPACE_ID::Arena* arena,
bool is_message_owned)
: … { … }
Report_SourceCounts::Report_SourceCounts(const Report_SourceCounts& from)
: … { … }
inline void Report_SourceCounts::SharedCtor(
::_pb::Arena* arena, bool is_message_owned) { … }
Report_SourceCounts::~Report_SourceCounts() { … }
inline void Report_SourceCounts::SharedDtor() { … }
void Report_SourceCounts::SetCachedSize(int size) const { … }
void Report_SourceCounts::Clear() { … }
const char* Report_SourceCounts::_InternalParse(const char* ptr, ::_pbi::ParseContext* ctx) { … }
uint8_t* Report_SourceCounts::_InternalSerialize(
uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { … }
size_t Report_SourceCounts::ByteSizeLong() const { … }
void Report_SourceCounts::CheckTypeAndMergeFrom(
const ::PROTOBUF_NAMESPACE_ID::MessageLite& from) { … }
void Report_SourceCounts::MergeFrom(const Report_SourceCounts& from) { … }
void Report_SourceCounts::CopyFrom(const Report_SourceCounts& from) { … }
bool Report_SourceCounts::IsInitialized() const { … }
void Report_SourceCounts::InternalSwap(Report_SourceCounts* other) { … }
std::string Report_SourceCounts::GetTypeName() const { … }
class Report::_Internal { … };
const ::metrics::SystemProfileProto&
Report::_Internal::system_profile(const Report* msg) { … }
const ::metrics::UserDemographicsProto&
Report::_Internal::user_demographics(const Report* msg) { … }
const ::ukm::Report_SourceCounts&
Report::_Internal::source_counts(const Report* msg) { … }
void Report::clear_system_profile() { … }
void Report::clear_user_demographics() { … }
void Report::clear_sources() { … }
void Report::clear_entries() { … }
void Report::clear_web_features() { … }
void Report::clear_aggregates() { … }
Report::Report(::PROTOBUF_NAMESPACE_ID::Arena* arena,
bool is_message_owned)
: … { … }
Report::Report(const Report& from)
: … { … }
inline void Report::SharedCtor(
::_pb::Arena* arena, bool is_message_owned) { … }
Report::~Report() { … }
inline void Report::SharedDtor() { … }
void Report::SetCachedSize(int size) const { … }
void Report::Clear() { … }
const char* Report::_InternalParse(const char* ptr, ::_pbi::ParseContext* ctx) { … }
uint8_t* Report::_InternalSerialize(
uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { … }
size_t Report::ByteSizeLong() const { … }
void Report::CheckTypeAndMergeFrom(
const ::PROTOBUF_NAMESPACE_ID::MessageLite& from) { … }
void Report::MergeFrom(const Report& from) { … }
void Report::CopyFrom(const Report& from) { … }
bool Report::IsInitialized() const { … }
void Report::InternalSwap(Report* other) { … }
std::string Report::GetTypeName() const { … }
}
PROTOBUF_NAMESPACE_OPEN
template<> PROTOBUF_NOINLINE ::ukm::Report_SourceCounts*
Arena::CreateMaybeMessage< ::ukm::Report_SourceCounts >(Arena* arena) { … }
template<> PROTOBUF_NOINLINE ::ukm::Report*
Arena::CreateMaybeMessage< ::ukm::Report >(Arena* arena) { … }
PROTOBUF_NAMESPACE_CLOSE
#include <google/protobuf/port_undef.inc>