#include <profile_common.pbzero.h>
Definition at line 320 of file profile_common.pbzero.h.
◆ InternedString_Decoder() [1/3]
perfetto::protos::pbzero::InternedString_Decoder::InternedString_Decoder |
( |
const uint8_t * |
data, |
|
|
size_t |
len |
|
) |
| |
|
inline |
◆ InternedString_Decoder() [2/3]
perfetto::protos::pbzero::InternedString_Decoder::InternedString_Decoder |
( |
const std::string & |
raw | ) |
|
|
inlineexplicit |
Definition at line 326 of file profile_common.pbzero.h.
327 : TypedProtoDecoder(reinterpret_cast<const uint8_t*>(raw.data()),
328 raw.size()) {}
◆ InternedString_Decoder() [3/3]
perfetto::protos::pbzero::InternedString_Decoder::InternedString_Decoder |
( |
const ::protozero::ConstBytes & |
raw | ) |
|
|
inlineexplicit |
◆ has_iid()
bool perfetto::protos::pbzero::InternedString_Decoder::has_iid |
( |
| ) |
const |
|
inline |
◆ has_str()
bool perfetto::protos::pbzero::InternedString_Decoder::has_str |
( |
| ) |
const |
|
inline |
◆ iid()
uint64_t perfetto::protos::pbzero::InternedString_Decoder::iid |
( |
| ) |
const |
|
inline |
◆ str()
::protozero::ConstBytes perfetto::protos::pbzero::InternedString_Decoder::str |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: