Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/profiler/
Dperfetto.cpp50750 class Utsname_Decoder : public ::protozero::TypedProtoDecoder</*MAX_FIELD_ID=*/4, /*HAS_NONPACKED_R… class
50752 Utsname_Decoder(const uint8_t* data, size_t len) : TypedProtoDecoder(data, len) {} in Utsname_Decoder() function in perfetto::protos::pbzero::Utsname_Decoder
50753 …explicit Utsname_Decoder(const std::string& raw) : TypedProtoDecoder(reinterpret_cast<const uint8_… in Utsname_Decoder() function in perfetto::protos::pbzero::Utsname_Decoder
50754 …explicit Utsname_Decoder(const ::protozero::ConstBytes& raw) : TypedProtoDecoder(raw.data, raw.siz… in Utsname_Decoder() function in perfetto::protos::pbzero::Utsname_Decoder