Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/transport/
Dmetadata_batch.h116 struct ContentTypeMetadata { struct
117 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()
/aosp_15_r20/external/grpc-grpc/src/core/lib/transport/
H A Dmetadata_batch.h123 struct ContentTypeMetadata { struct
124 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()