Home
last modified time | relevance | path

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

/tracing/tracing-perfetto-binary/src/main/cpp/perfetto/
Dperfetto.cc42651 class TrackEventDescriptor_Decoder : public ::protozero::TypedProtoDecoder</*MAX_FIELD_ID=*/1, /*HA… class
42653 TrackEventDescriptor_Decoder(const uint8_t* data, size_t len) : TypedProtoDecoder(data, len) {} in TrackEventDescriptor_Decoder() function in perfetto::protos::pbzero::TrackEventDescriptor_Decoder
42654 …explicit TrackEventDescriptor_Decoder(const std::string& raw) : TypedProtoDecoder(reinterpret_cast… in TrackEventDescriptor_Decoder() function in perfetto::protos::pbzero::TrackEventDescriptor_Decoder
42655 …explicit TrackEventDescriptor_Decoder(const ::protozero::ConstBytes& raw) : TypedProtoDecoder(raw.… in TrackEventDescriptor_Decoder() function in perfetto::protos::pbzero::TrackEventDescriptor_Decoder