Home
last modified time | relevance | path

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

/third_party/grpc/src/core/lib/transport/
Dmetadata_batch.h151 struct HttpSchemeMetadata { struct
152 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
Dmetadata_batch.cc242 size_t EncodedSizeOfKey(HttpSchemeMetadata, HttpSchemeMetadata::ValueType x) { in EncodedSizeOfKey() argument
/third_party/grpc/src/core/ext/transport/chttp2/transport/
Dhpack_encoder.cc367 void Compressor<HttpSchemeMetadata, HttpSchemeCompressor>::EncodeWith( in EncodeWith() argument
/third_party/grpc/src/core/ext/transport/cronet/transport/
Dcronet_transport.cc756 void Encode(grpc_core::HttpSchemeMetadata, in Encode()