Searched refs:TracePacketDefaults_Decoder (Results 1 – 3 of 3) sorted by relevance
29 class TracePacketDefaults_Decoder : public ::protozero::TypedProtoDecoder</*MAX_FIELD_ID=*/99, /*HA…31 TracePacketDefaults_Decoder(const uint8_t* data, size_t len) : TypedProtoDecoder(data, len) {} in TracePacketDefaults_Decoder() function32 …explicit TracePacketDefaults_Decoder(const std::string& raw) : TypedProtoDecoder(reinterpret_cast<… in TracePacketDefaults_Decoder() function33 …explicit TracePacketDefaults_Decoder(const ::protozero::ConstBytes& raw) : TypedProtoDecoder(raw.d… in TracePacketDefaults_Decoder() function46 using Decoder = TracePacketDefaults_Decoder;
32 class TracePacketDefaults_Decoder; variable58 protos::pbzero::TracePacketDefaults_Decoder* nullable_defaults);