#include <interned_data.pbzero.h>
|
enum | : int32_t {
kMappingPathsFieldNumber = 17
, kFunctionNamesFieldNumber = 5
, kMappingsFieldNumber = 19
, kFramesFieldNumber = 6
,
kCallstacksFieldNumber = 7
} |
|
using | Decoder = InternedData_Decoder |
|
using | FieldMetadata_MappingPaths = ::protozero::proto_utils::FieldMetadata< 17, ::protozero::proto_utils::RepetitionType::kRepeatedNotPacked, ::protozero::proto_utils::ProtoSchemaType::kMessage, InternedString, InternedData > |
|
using | FieldMetadata_FunctionNames = ::protozero::proto_utils::FieldMetadata< 5, ::protozero::proto_utils::RepetitionType::kRepeatedNotPacked, ::protozero::proto_utils::ProtoSchemaType::kMessage, InternedString, InternedData > |
|
using | FieldMetadata_Mappings = ::protozero::proto_utils::FieldMetadata< 19, ::protozero::proto_utils::RepetitionType::kRepeatedNotPacked, ::protozero::proto_utils::ProtoSchemaType::kMessage, Mapping, InternedData > |
|
using | FieldMetadata_Frames = ::protozero::proto_utils::FieldMetadata< 6, ::protozero::proto_utils::RepetitionType::kRepeatedNotPacked, ::protozero::proto_utils::ProtoSchemaType::kMessage, Frame, InternedData > |
|
using | FieldMetadata_Callstacks = ::protozero::proto_utils::FieldMetadata< 7, ::protozero::proto_utils::RepetitionType::kRepeatedNotPacked, ::protozero::proto_utils::ProtoSchemaType::kMessage, Callstack, InternedData > |
|
Definition at line 68 of file interned_data.pbzero.h.
◆ Decoder
◆ FieldMetadata_Callstacks
◆ FieldMetadata_Frames
◆ FieldMetadata_FunctionNames
◆ FieldMetadata_MappingPaths
◆ FieldMetadata_Mappings
◆ anonymous enum
Enumerator |
---|
kMappingPathsFieldNumber | |
kFunctionNamesFieldNumber | |
kMappingsFieldNumber | |
kFramesFieldNumber | |
kCallstacksFieldNumber | |
Definition at line 71 of file interned_data.pbzero.h.
71 : int32_t {
77 };
@ kFunctionNamesFieldNumber
@ kMappingPathsFieldNumber
◆ add_callstacks()
template<typename
T = Callstack>
T * perfetto::protos::pbzero::InternedData::add_callstacks |
( |
| ) |
|
|
inline |
◆ add_frames()
template<typename
T = Frame>
T * perfetto::protos::pbzero::InternedData::add_frames |
( |
| ) |
|
|
inline |
◆ add_function_names()
template<typename
T = InternedString>
T * perfetto::protos::pbzero::InternedData::add_function_names |
( |
| ) |
|
|
inline |
◆ add_mapping_paths()
template<typename
T = InternedString>
T * perfetto::protos::pbzero::InternedData::add_mapping_paths |
( |
| ) |
|
|
inline |
◆ add_mappings()
template<typename
T = Mapping>
T * perfetto::protos::pbzero::InternedData::add_mappings |
( |
| ) |
|
|
inline |
◆ GetName()
static constexpr const char * perfetto::protos::pbzero::InternedData::GetName |
( |
| ) |
|
|
inlinestaticconstexpr |
◆ kCallstacks()
◆ kFrames()
◆ kFunctionNames()
◆ kMappingPaths()
◆ kMappings()
The documentation for this class was generated from the following file: