Searched defs:HttpMethodMetadata (Results 1 – 10 of 10) sorted by relevance
170 struct HttpMethodMetadata { struct171 static constexpr bool kRepeatable = false;172 enum ValueType : uint8_t {178 using MementoType = ValueType;179 using CompressionTraits = HttpMethodCompressor;180 static absl::string_view key() { return ":method"; } in key()182 static ValueType MementoToValue(MementoType content_type) { in MementoToValue()187 static const char* DisplayMemento(MementoType content_type) { in DisplayMemento()
180 struct HttpMethodMetadata { struct181 static constexpr bool kRepeatable = false;182 enum ValueType : uint8_t {188 using MementoType = ValueType;189 using CompressionTraits = HttpMethodCompressor;190 static absl::string_view key() { return ":method"; } in key()194 static ValueType MementoToValue(MementoType content_type) { in MementoToValue()199 static const char* DisplayMemento(MementoType content_type) { in DisplayMemento()
91 void Encode(HttpMethodMetadata, in Encode() argument
87 void Encode(HttpMethodMetadata, in Encode() argument
420 void Compressor<HttpMethodMetadata, HttpMethodCompressor>::EncodeWith( in EncodeWith() argument
768 void Encode(grpc_core::HttpMethodMetadata, in Encode()
751 void Encode(grpc_core::HttpMethodMetadata, in Encode()
2412 void Encode(HttpMethodMetadata, in Encode() argument
2684 void Encode(HttpMethodMetadata, in Encode() argument