Searched defs:SysStats_Decoder (Results 1 – 2 of 2) sorted by relevance
90 SysStats_Decoder(const uint8_t* data, size_t len) : TypedProtoDecoder(data, len) {} in SysStats_Decoder() function91 …explicit SysStats_Decoder(const std::string& raw) : TypedProtoDecoder(reinterpret_cast<const uint8… in SysStats_Decoder() function92 …explicit SysStats_Decoder(const ::protozero::ConstBytes& raw) : TypedProtoDecoder(raw.data, raw.si… in SysStats_Decoder() function