#include <track_event.pbzero.h>
Definition at line 62 of file track_event.pbzero.h.
◆ TrackEvent_Decoder() [1/3]
perfetto::protos::pbzero::TrackEvent_Decoder::TrackEvent_Decoder |
( |
const uint8_t * |
data, |
|
|
size_t |
len |
|
) |
| |
|
inline |
◆ TrackEvent_Decoder() [2/3]
perfetto::protos::pbzero::TrackEvent_Decoder::TrackEvent_Decoder |
( |
const std::string & |
raw | ) |
|
|
inlineexplicit |
Definition at line 68 of file track_event.pbzero.h.
69 : TypedProtoDecoder(reinterpret_cast<const uint8_t*>(raw.data()),
70 raw.size()) {}
◆ TrackEvent_Decoder() [3/3]
perfetto::protos::pbzero::TrackEvent_Decoder::TrackEvent_Decoder |
( |
const ::protozero::ConstBytes & |
raw | ) |
|
|
inlineexplicit |
◆ categories()
::protozero::RepeatedFieldIterator<::protozero::ConstChars > perfetto::protos::pbzero::TrackEvent_Decoder::categories |
( |
| ) |
const |
|
inline |
Definition at line 74 of file track_event.pbzero.h.
75 {
76 return GetRepeated<::protozero::ConstChars>(22);
77 }
◆ debug_annotations()
::protozero::RepeatedFieldIterator<::protozero::ConstBytes > perfetto::protos::pbzero::TrackEvent_Decoder::debug_annotations |
( |
| ) |
const |
|
inline |
Definition at line 94 of file track_event.pbzero.h.
94 {
95 return GetRepeated<::protozero::ConstBytes>(4);
96 }
◆ flow_ids()
::protozero::RepeatedFieldIterator< uint64_t > perfetto::protos::pbzero::TrackEvent_Decoder::flow_ids |
( |
| ) |
const |
|
inline |
◆ has_categories()
bool perfetto::protos::pbzero::TrackEvent_Decoder::has_categories |
( |
| ) |
const |
|
inline |
◆ has_debug_annotations()
bool perfetto::protos::pbzero::TrackEvent_Decoder::has_debug_annotations |
( |
| ) |
const |
|
inline |
◆ has_flow_ids()
bool perfetto::protos::pbzero::TrackEvent_Decoder::has_flow_ids |
( |
| ) |
const |
|
inline |
◆ has_name()
bool perfetto::protos::pbzero::TrackEvent_Decoder::has_name |
( |
| ) |
const |
|
inline |
◆ has_terminating_flow_ids()
bool perfetto::protos::pbzero::TrackEvent_Decoder::has_terminating_flow_ids |
( |
| ) |
const |
|
inline |
◆ has_track_uuid()
bool perfetto::protos::pbzero::TrackEvent_Decoder::has_track_uuid |
( |
| ) |
const |
|
inline |
◆ has_type()
bool perfetto::protos::pbzero::TrackEvent_Decoder::has_type |
( |
| ) |
const |
|
inline |
◆ name()
::protozero::ConstChars perfetto::protos::pbzero::TrackEvent_Decoder::name |
( |
| ) |
const |
|
inline |
◆ terminating_flow_ids()
::protozero::RepeatedFieldIterator< uint64_t > perfetto::protos::pbzero::TrackEvent_Decoder::terminating_flow_ids |
( |
| ) |
const |
|
inline |
◆ track_uuid()
uint64_t perfetto::protos::pbzero::TrackEvent_Decoder::track_uuid |
( |
| ) |
const |
|
inline |
◆ type()
int32_t perfetto::protos::pbzero::TrackEvent_Decoder::type |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: