Searched refs:ShellData_Decoder (Results 1 – 2 of 2) sorted by relevance
20 class ShellData_Decoder : public ::protozero::TypedProtoDecoder</*MAX_FIELD_ID=*/2, /*HAS_NONPACKED…22 ShellData_Decoder(const uint8_t* data, size_t len) : TypedProtoDecoder(data, len) {} in ShellData_Decoder() function23 …explicit ShellData_Decoder(const std::string& raw) : TypedProtoDecoder(reinterpret_cast<const uint… in ShellData_Decoder() function24 …explicit ShellData_Decoder(const ::protozero::ConstBytes& raw) : TypedProtoDecoder(raw.data, raw.s… in ShellData_Decoder() function33 using Decoder = ShellData_Decoder;
44 using ShellDataDecoder = ::perfetto::proto::pbzero::ShellData_Decoder;