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