#include "sampled_profile.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 SampledProfile_ProcessTypesEntry_DoNotUse::SampledProfile_ProcessTypesEntry_DoNotUse(
::_pbi::ConstantInitialized) { … }
struct SampledProfile_ProcessTypesEntry_DoNotUseDefaultTypeInternal { … };
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 SampledProfile_ProcessTypesEntry_DoNotUseDefaultTypeInternal _SampledProfile_ProcessTypesEntry_DoNotUse_default_instance_;
PROTOBUF_CONSTEXPR SampledProfile_ThreadTypesEntry_DoNotUse::SampledProfile_ThreadTypesEntry_DoNotUse(
::_pbi::ConstantInitialized) { … }
struct SampledProfile_ThreadTypesEntry_DoNotUseDefaultTypeInternal { … };
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 SampledProfile_ThreadTypesEntry_DoNotUseDefaultTypeInternal _SampledProfile_ThreadTypesEntry_DoNotUse_default_instance_;
PROTOBUF_CONSTEXPR SampledProfile::SampledProfile(
::_pbi::ConstantInitialized): … { … }
struct SampledProfileDefaultTypeInternal { … };
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 SampledProfileDefaultTypeInternal _SampledProfile_default_instance_;
}
namespace metrics {
bool SampledProfile_TriggerEvent_IsValid(int value) { … }
static ::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed<std::string> SampledProfile_TriggerEvent_strings[8] = …;
static const char SampledProfile_TriggerEvent_names[] = …;
static const ::PROTOBUF_NAMESPACE_ID::internal::EnumEntry SampledProfile_TriggerEvent_entries[] = …;
static const int SampledProfile_TriggerEvent_entries_by_number[] = …;
const std::string& SampledProfile_TriggerEvent_Name(
SampledProfile_TriggerEvent value) { … }
bool SampledProfile_TriggerEvent_Parse(
::PROTOBUF_NAMESPACE_ID::ConstStringParam name, SampledProfile_TriggerEvent* value) { … }
#if (__cplusplus < 201703) && (!defined(_MSC_VER) || (_MSC_VER >= 1900 && _MSC_VER < 1912))
constexpr SampledProfile_TriggerEvent SampledProfile::UNKNOWN_TRIGGER_EVENT;
constexpr SampledProfile_TriggerEvent SampledProfile::PERIODIC_COLLECTION;
constexpr SampledProfile_TriggerEvent SampledProfile::RESUME_FROM_SUSPEND;
constexpr SampledProfile_TriggerEvent SampledProfile::RESTORE_SESSION;
constexpr SampledProfile_TriggerEvent SampledProfile::PROCESS_STARTUP;
constexpr SampledProfile_TriggerEvent SampledProfile::JANKY_TASK;
constexpr SampledProfile_TriggerEvent SampledProfile::THREAD_HUNG;
constexpr SampledProfile_TriggerEvent SampledProfile::PERIODIC_HEAP_COLLECTION;
constexpr SampledProfile_TriggerEvent SampledProfile::TriggerEvent_MIN;
constexpr SampledProfile_TriggerEvent SampledProfile::TriggerEvent_MAX;
constexpr int SampledProfile::TriggerEvent_ARRAYSIZE;
#endif
SampledProfile_ProcessTypesEntry_DoNotUse::SampledProfile_ProcessTypesEntry_DoNotUse() { … }
SampledProfile_ProcessTypesEntry_DoNotUse::SampledProfile_ProcessTypesEntry_DoNotUse(::PROTOBUF_NAMESPACE_ID::Arena* arena)
: … { … }
void SampledProfile_ProcessTypesEntry_DoNotUse::MergeFrom(const SampledProfile_ProcessTypesEntry_DoNotUse& other) { … }
SampledProfile_ThreadTypesEntry_DoNotUse::SampledProfile_ThreadTypesEntry_DoNotUse() { … }
SampledProfile_ThreadTypesEntry_DoNotUse::SampledProfile_ThreadTypesEntry_DoNotUse(::PROTOBUF_NAMESPACE_ID::Arena* arena)
: … { … }
void SampledProfile_ThreadTypesEntry_DoNotUse::MergeFrom(const SampledProfile_ThreadTypesEntry_DoNotUse& other) { … }
class SampledProfile::_Internal { … };
const ::metrics::PerfDataProto&
SampledProfile::_Internal::perf_data(const SampledProfile* msg) { … }
const ::metrics::CallStackProfile&
SampledProfile::_Internal::call_stack_profile(const SampledProfile* msg) { … }
const ::metrics::PerfStatProto&
SampledProfile::_Internal::perf_stat(const SampledProfile* msg) { … }
void SampledProfile::clear_perf_data() { … }
void SampledProfile::clear_call_stack_profile() { … }
void SampledProfile::clear_perf_stat() { … }
SampledProfile::SampledProfile(::PROTOBUF_NAMESPACE_ID::Arena* arena,
bool is_message_owned)
: … { … }
SampledProfile::SampledProfile(const SampledProfile& from)
: … { … }
inline void SampledProfile::SharedCtor(
::_pb::Arena* arena, bool is_message_owned) { … }
SampledProfile::~SampledProfile() { … }
inline void SampledProfile::SharedDtor() { … }
void SampledProfile::SetCachedSize(int size) const { … }
void SampledProfile::Clear() { … }
const char* SampledProfile::_InternalParse(const char* ptr, ::_pbi::ParseContext* ctx) { … }
uint8_t* SampledProfile::_InternalSerialize(
uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { … }
size_t SampledProfile::ByteSizeLong() const { … }
void SampledProfile::CheckTypeAndMergeFrom(
const ::PROTOBUF_NAMESPACE_ID::MessageLite& from) { … }
void SampledProfile::MergeFrom(const SampledProfile& from) { … }
void SampledProfile::CopyFrom(const SampledProfile& from) { … }
bool SampledProfile::IsInitialized() const { … }
void SampledProfile::InternalSwap(SampledProfile* other) { … }
std::string SampledProfile::GetTypeName() const { … }
}
PROTOBUF_NAMESPACE_OPEN
template<> PROTOBUF_NOINLINE ::metrics::SampledProfile_ProcessTypesEntry_DoNotUse*
Arena::CreateMaybeMessage< ::metrics::SampledProfile_ProcessTypesEntry_DoNotUse >(Arena* arena) { … }
template<> PROTOBUF_NOINLINE ::metrics::SampledProfile_ThreadTypesEntry_DoNotUse*
Arena::CreateMaybeMessage< ::metrics::SampledProfile_ThreadTypesEntry_DoNotUse >(Arena* arena) { … }
template<> PROTOBUF_NOINLINE ::metrics::SampledProfile*
Arena::CreateMaybeMessage< ::metrics::SampledProfile >(Arena* arena) { … }
PROTOBUF_NAMESPACE_CLOSE
#include <google/protobuf/port_undef.inc>