Home
last modified time | relevance | path

Searched refs:TraceConfig_DataSource_Decoder (Results 1 – 2 of 2) sorted by relevance

/device/generic/goldfish-opengl/system/profiler/
Dperfetto.cpp49975 class TraceConfig_DataSource_Decoder : public ::protozero::TypedProtoDecoder</*MAX_FIELD_ID=*/3, /*… class
49977 TraceConfig_DataSource_Decoder(const uint8_t* data, size_t len) : TypedProtoDecoder(data, len) {} in TraceConfig_DataSource_Decoder() function in perfetto::protos::pbzero::TraceConfig_DataSource_Decoder
49978 …explicit TraceConfig_DataSource_Decoder(const std::string& raw) : TypedProtoDecoder(reinterpret_ca… in TraceConfig_DataSource_Decoder() function in perfetto::protos::pbzero::TraceConfig_DataSource_Decoder
49979 …explicit TraceConfig_DataSource_Decoder(const ::protozero::ConstBytes& raw) : TypedProtoDecoder(ra… in TraceConfig_DataSource_Decoder() function in perfetto::protos::pbzero::TraceConfig_DataSource_Decoder
49990 using Decoder = TraceConfig_DataSource_Decoder;
Dperfetto.h33670 class TraceConfig_DataSource_Decoder : public ::protozero::TypedProtoDecoder</*MAX_FIELD_ID=*/3, /*…
33672 TraceConfig_DataSource_Decoder(const uint8_t* data, size_t len) : TypedProtoDecoder(data, len) {}
33673 …explicit TraceConfig_DataSource_Decoder(const std::string& raw) : TypedProtoDecoder(reinterpret_ca…
33674 …explicit TraceConfig_DataSource_Decoder(const ::protozero::ConstBytes& raw) : TypedProtoDecoder(ra…
33685 using Decoder = TraceConfig_DataSource_Decoder;