Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/transport/
Dmetadata_batch.h367 struct HttpStatusMetadata : public SimpleIntBasedMetadata<uint32_t, 0> { struct
368 static constexpr bool kRepeatable = false;
369 using CompressionTraits = HttpStatusCompressor;
370 static absl::string_view key() { return ":status"; } in key()
/aosp_15_r20/external/grpc-grpc/src/core/lib/transport/
H A Dmetadata_batch.h390 struct HttpStatusMetadata : public SimpleIntBasedMetadata<uint32_t, 0> { struct
391 static constexpr bool kRepeatable = false;
392 using CompressionTraits = HttpStatusCompressor;
393 static absl::string_view key() { return ":status"; } in key()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/transport/chttp2/transport/
Dhpack_encoder.cc385 void Compressor<HttpStatusMetadata, HttpStatusCompressor>::EncodeWith( in EncodeWith() argument
/aosp_15_r20/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
H A Dhpack_encoder.cc385 void Compressor<HttpStatusMetadata, HttpStatusCompressor>::EncodeWith( in EncodeWith() argument