Searched defs:HttpSchemeMetadata (Results 1 – 4 of 4) sorted by relevance
151 struct HttpSchemeMetadata { struct152 static constexpr bool kRepeatable = false;153 static constexpr bool kTransferOnTrailersOnly = false;154 enum ValueType : uint8_t {178 size_t EncodedSizeOfKey(HttpSchemeMetadata, HttpSchemeMetadata::ValueType x); argument
242 size_t EncodedSizeOfKey(HttpSchemeMetadata, HttpSchemeMetadata::ValueType x) { in EncodedSizeOfKey() argument
367 void Compressor<HttpSchemeMetadata, HttpSchemeCompressor>::EncodeWith( in EncodeWith() argument
756 void Encode(grpc_core::HttpSchemeMetadata, in Encode()