Home
last modified time | relevance | path

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

/tracing/tracing-perfetto-binary/src/main/cpp/perfetto/
Dperfetto.cc52988 class Trigger_Decoder : public ::protozero::TypedProtoDecoder</*MAX_FIELD_ID=*/3, /*HAS_NONPACKED_R… class
52990 Trigger_Decoder(const uint8_t* data, size_t len) : TypedProtoDecoder(data, len) {} in Trigger_Decoder() function in perfetto::protos::pbzero::Trigger_Decoder
52991 …explicit Trigger_Decoder(const std::string& raw) : TypedProtoDecoder(reinterpret_cast<const uint8_… in Trigger_Decoder() function in perfetto::protos::pbzero::Trigger_Decoder
52992 …explicit Trigger_Decoder(const ::protozero::ConstBytes& raw) : TypedProtoDecoder(raw.data, raw.siz… in Trigger_Decoder() function in perfetto::protos::pbzero::Trigger_Decoder