Home
last modified time | relevance | path

Searched defs:GrpcTrailersOnly (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.h481 struct GrpcTrailersOnly { struct
482 static absl::string_view DebugKey() { return "GrpcTrailersOnly"; } in DebugKey() argument
483 static constexpr bool kRepeatable = false;
484 using ValueType = bool;
485 static absl::string_view DisplayValue(bool x) { return x ? "true" : "false"; } in DisplayValue()
/aosp_15_r20/external/grpc-grpc/src/core/lib/transport/
H A Dmetadata_batch.h507 struct GrpcTrailersOnly { struct
508 static absl::string_view DebugKey() { return "GrpcTrailersOnly"; } in DebugKey() argument
509 static constexpr bool kRepeatable = false;
510 using ValueType = bool;
511 static absl::string_view DisplayValue(bool x) { return x ? "true" : "false"; } in DisplayValue()