Home
last modified time | relevance | path

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

/tracing/tracing-perfetto-binary/src/main/cpp/perfetto/
Dperfetto.cc52463 class TracingServiceEvent_Decoder : public ::protozero::TypedProtoDecoder</*MAX_FIELD_ID=*/6, /*HAS… class
52465 TracingServiceEvent_Decoder(const uint8_t* data, size_t len) : TypedProtoDecoder(data, len) {} in TracingServiceEvent_Decoder() function in perfetto::protos::pbzero::TracingServiceEvent_Decoder
52466 …explicit TracingServiceEvent_Decoder(const std::string& raw) : TypedProtoDecoder(reinterpret_cast<… in TracingServiceEvent_Decoder() function in perfetto::protos::pbzero::TracingServiceEvent_Decoder
52467 …explicit TracingServiceEvent_Decoder(const ::protozero::ConstBytes& raw) : TypedProtoDecoder(raw.d… in TracingServiceEvent_Decoder() function in perfetto::protos::pbzero::TracingServiceEvent_Decoder