Home
last modified time | relevance | path

Searched defs:SystemInfo_Decoder (Results 1 – 1 of 1) sorted by relevance

/tracing/tracing-perfetto-binary/src/main/cpp/perfetto/
Dperfetto.cc52670 class SystemInfo_Decoder : public ::protozero::TypedProtoDecoder</*MAX_FIELD_ID=*/5, /*HAS_NONPACKE… class
52672 SystemInfo_Decoder(const uint8_t* data, size_t len) : TypedProtoDecoder(data, len) {} in SystemInfo_Decoder() function in perfetto::protos::pbzero::SystemInfo_Decoder
52673 …explicit SystemInfo_Decoder(const std::string& raw) : TypedProtoDecoder(reinterpret_cast<const uin… in SystemInfo_Decoder() function in perfetto::protos::pbzero::SystemInfo_Decoder
52674 …explicit SystemInfo_Decoder(const ::protozero::ConstBytes& raw) : TypedProtoDecoder(raw.data, raw.… in SystemInfo_Decoder() function in perfetto::protos::pbzero::SystemInfo_Decoder