Searched defs:StatusResult_Decoder (Results 1 – 1 of 1) sorted by relevance
1010 StatusResult_Decoder(const uint8_t* data, size_t len) : TypedProtoDecoder(data, len) {} in StatusResult_Decoder() function1011 …explicit StatusResult_Decoder(const std::string& raw) : TypedProtoDecoder(reinterpret_cast<const u… in StatusResult_Decoder() function1012 …explicit StatusResult_Decoder(const ::protozero::ConstBytes& raw) : TypedProtoDecoder(raw.data, ra… in StatusResult_Decoder() function