Searched refs:SoftInputWindowProto_Decoder (Results 1 – 1 of 1) sorted by relevance
20 class SoftInputWindowProto_Decoder : public ::protozero::TypedProtoDecoder</*MAX_FIELD_ID=*/6, /*HA…22 SoftInputWindowProto_Decoder(const uint8_t* data, size_t len) : TypedProtoDecoder(data, len) {} in SoftInputWindowProto_Decoder() function23 …explicit SoftInputWindowProto_Decoder(const std::string& raw) : TypedProtoDecoder(reinterpret_cast… in SoftInputWindowProto_Decoder() function24 …explicit SoftInputWindowProto_Decoder(const ::protozero::ConstBytes& raw) : TypedProtoDecoder(raw.… in SoftInputWindowProto_Decoder() function31 using Decoder = SoftInputWindowProto_Decoder;