Searched refs:SerializedColumn_Storage_Decoder (Results 1 – 1 of 1) sorted by relevance
128 class SerializedColumn_Storage_Decoder : public ::protozero::TypedProtoDecoder</*MAX_FIELD_ID=*/9, …130 …SerializedColumn_Storage_Decoder(const uint8_t* data, size_t len) : TypedProtoDecoder(data, len) {} in SerializedColumn_Storage_Decoder() function131 …explicit SerializedColumn_Storage_Decoder(const std::string& raw) : TypedProtoDecoder(reinterpret_… in SerializedColumn_Storage_Decoder() function132 …explicit SerializedColumn_Storage_Decoder(const ::protozero::ConstBytes& raw) : TypedProtoDecoder(… in SerializedColumn_Storage_Decoder() function155 using Decoder = SerializedColumn_Storage_Decoder;