#include <thread_descriptor.pbzero.h>
Definition at line 27 of file thread_descriptor.pbzero.h.
◆ ThreadDescriptor_Decoder() [1/3]
perfetto::protos::pbzero::ThreadDescriptor_Decoder::ThreadDescriptor_Decoder |
( |
const uint8_t * |
data, |
|
|
size_t |
len |
|
) |
| |
|
inline |
◆ ThreadDescriptor_Decoder() [2/3]
perfetto::protos::pbzero::ThreadDescriptor_Decoder::ThreadDescriptor_Decoder |
( |
const std::string & |
raw | ) |
|
|
inlineexplicit |
Definition at line 33 of file thread_descriptor.pbzero.h.
34 : TypedProtoDecoder(reinterpret_cast<const uint8_t*>(raw.data()),
35 raw.size()) {}
◆ ThreadDescriptor_Decoder() [3/3]
perfetto::protos::pbzero::ThreadDescriptor_Decoder::ThreadDescriptor_Decoder |
( |
const ::protozero::ConstBytes & |
raw | ) |
|
|
inlineexplicit |
◆ has_pid()
bool perfetto::protos::pbzero::ThreadDescriptor_Decoder::has_pid |
( |
| ) |
const |
|
inline |
◆ has_thread_name()
bool perfetto::protos::pbzero::ThreadDescriptor_Decoder::has_thread_name |
( |
| ) |
const |
|
inline |
◆ has_tid()
bool perfetto::protos::pbzero::ThreadDescriptor_Decoder::has_tid |
( |
| ) |
const |
|
inline |
◆ pid()
int32_t perfetto::protos::pbzero::ThreadDescriptor_Decoder::pid |
( |
| ) |
const |
|
inline |
◆ thread_name()
::protozero::ConstChars perfetto::protos::pbzero::ThreadDescriptor_Decoder::thread_name |
( |
| ) |
const |
|
inline |
◆ tid()
int32_t perfetto::protos::pbzero::ThreadDescriptor_Decoder::tid |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: