Searched defs:TrackDescriptor_Decoder (Results 1 – 2 of 2) sorted by relevance
33 TrackDescriptor_Decoder(const uint8_t* data, size_t len) : TypedProtoDecoder(data, len) {} in TrackDescriptor_Decoder() function34 …explicit TrackDescriptor_Decoder(const std::string& raw) : TypedProtoDecoder(reinterpret_cast<cons… in TrackDescriptor_Decoder() function35 …explicit TrackDescriptor_Decoder(const ::protozero::ConstBytes& raw) : TypedProtoDecoder(raw.data,… in TrackDescriptor_Decoder() function
70 TrackDescriptor_Decoder(const uint8_t* data, size_t len) : TypedProtoDecoder(data, len) {} in TrackDescriptor_Decoder() function71 …explicit TrackDescriptor_Decoder(const std::string& raw) : TypedProtoDecoder(reinterpret_cast<cons… in TrackDescriptor_Decoder() function72 …explicit TrackDescriptor_Decoder(const ::protozero::ConstBytes& raw) : TypedProtoDecoder(raw.data,… in TrackDescriptor_Decoder() function