Searched defs:ContentTypeMetadata (Results 1 – 2 of 2) sorted by relevance
116 struct ContentTypeMetadata { struct117 static constexpr bool kRepeatable = false;121 enum ValueType : uint8_t {126 using MementoType = ValueType;127 using CompressionTraits = KnownValueCompressor<ValueType, kApplicationGrpc>;128 static absl::string_view key() { return "content-type"; } in key()130 static ValueType MementoToValue(MementoType content_type) { in MementoToValue()136 static const char* DisplayMemento(ValueType content_type) { in DisplayMemento()
123 struct ContentTypeMetadata { struct124 static constexpr bool kRepeatable = false;128 enum ValueType : uint8_t {133 using MementoType = ValueType;134 using CompressionTraits = KnownValueCompressor<ValueType, kApplicationGrpc>;135 static absl::string_view key() { return "content-type"; } in key()139 static ValueType MementoToValue(MementoType content_type) { in MementoToValue()145 static const char* DisplayMemento(ValueType content_type) { in DisplayMemento()