Searched defs:GrpcAcceptEncodingMetadata (Results 1 – 1 of 1) sorted by relevance
247 struct GrpcAcceptEncodingMetadata { struct248 static constexpr bool kRepeatable = false;249 static constexpr bool kTransferOnTrailersOnly = false;250 static absl::string_view key() { return "grpc-accept-encoding"; } in key()251 using ValueType = CompressionAlgorithmSet;252 using MementoType = ValueType;253 using CompressionTraits = StableValueCompressor;254 static MementoType ParseMemento(Slice value, bool, MetadataParseErrorFn) { in ParseMemento()257 static ValueType MementoToValue(MementoType x) { return x; } in MementoToValue()258 static Slice Encode(ValueType x) { return x.ToSlice(); } in Encode()[all …]