Home
last modified time | relevance | path

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

/tracing/tracing-perfetto-binary/src/main/cpp/perfetto/
Dperfetto.cc38480 class ProcessDescriptor_Decoder : public ::protozero::TypedProtoDecoder</*MAX_FIELD_ID=*/8, /*HAS_N… class
38482 ProcessDescriptor_Decoder(const uint8_t* data, size_t len) : TypedProtoDecoder(data, len) {} in ProcessDescriptor_Decoder() function in perfetto::protos::pbzero::ProcessDescriptor_Decoder
38483 …explicit ProcessDescriptor_Decoder(const std::string& raw) : TypedProtoDecoder(reinterpret_cast<co… in ProcessDescriptor_Decoder() function in perfetto::protos::pbzero::ProcessDescriptor_Decoder
38484 …explicit ProcessDescriptor_Decoder(const ::protozero::ConstBytes& raw) : TypedProtoDecoder(raw.dat… in ProcessDescriptor_Decoder() function in perfetto::protos::pbzero::ProcessDescriptor_Decoder