Searched defs:GrpcAcceptEncodingMetadata (Results 1 – 2 of 2) sorted by relevance
229 struct GrpcAcceptEncodingMetadata { struct230 static constexpr bool kRepeatable = false;231 static absl::string_view key() { return "grpc-accept-encoding"; } in key()232 using ValueType = CompressionAlgorithmSet;233 using MementoType = ValueType;234 using CompressionTraits = StableValueCompressor;235 static MementoType ParseMemento(Slice value, MetadataParseErrorFn) { in ParseMemento()238 static ValueType MementoToValue(MementoType x) { return x; } in MementoToValue()239 static Slice Encode(ValueType x) { return x.ToSlice(); } in Encode()240 static absl::string_view DisplayValue(ValueType x) { return x.ToString(); } in DisplayValue()[all …]
243 struct GrpcAcceptEncodingMetadata { struct244 static constexpr bool kRepeatable = false;245 static absl::string_view key() { return "grpc-accept-encoding"; } in key()246 using ValueType = CompressionAlgorithmSet;247 using MementoType = ValueType;248 using CompressionTraits = StableValueCompressor;249 static MementoType ParseMemento(Slice value, bool, MetadataParseErrorFn) { in ParseMemento()252 static ValueType MementoToValue(MementoType x) { return x; } in MementoToValue()253 static Slice Encode(ValueType x) { return x.ToSlice(); } in Encode()254 static absl::string_view DisplayValue(ValueType x) { return x.ToString(); } in DisplayValue()[all …]