Searched refs:WindowConfigurationProto_Decoder (Results 1 – 1 of 1) sorted by relevance
27 class WindowConfigurationProto_Decoder : public ::protozero::TypedProtoDecoder</*MAX_FIELD_ID=*/5, …29 …WindowConfigurationProto_Decoder(const uint8_t* data, size_t len) : TypedProtoDecoder(data, len) {} in WindowConfigurationProto_Decoder() function30 …explicit WindowConfigurationProto_Decoder(const std::string& raw) : TypedProtoDecoder(reinterpret_… in WindowConfigurationProto_Decoder() function31 …explicit WindowConfigurationProto_Decoder(const ::protozero::ConstBytes& raw) : TypedProtoDecoder(… in WindowConfigurationProto_Decoder() function46 using Decoder = WindowConfigurationProto_Decoder;