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