Home
last modified time | relevance | path

Searched defs:GrpcAcceptEncodingMetadata (Results 1 – 1 of 1) sorted by relevance

/third_party/grpc/src/core/lib/transport/
Dmetadata_batch.h247 struct GrpcAcceptEncodingMetadata { struct
248 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 …]