Searched defs:TracePacket_Decoder (Results 1 – 2 of 2) sorted by relevance
76 TracePacket_Decoder(const uint8_t* data, size_t len) : TypedProtoDecoder(data, len) {} in TracePacket_Decoder() function77 …explicit TracePacket_Decoder(const std::string& raw) : TypedProtoDecoder(reinterpret_cast<const ui… in TracePacket_Decoder() function78 …explicit TracePacket_Decoder(const ::protozero::ConstBytes& raw) : TypedProtoDecoder(raw.data, raw… in TracePacket_Decoder() function
4127 TracePacket_Decoder(const uint8_t* data, size_t len) : TypedProtoDecoder(data, len) {} in TracePacket_Decoder() function4128 …explicit TracePacket_Decoder(const std::string& raw) : TypedProtoDecoder(reinterpret_cast<const ui… in TracePacket_Decoder() function4129 …explicit TracePacket_Decoder(const ::protozero::ConstBytes& raw) : TypedProtoDecoder(raw.data, raw… in TracePacket_Decoder() function