Searched defs:GrpcTrailersOnly (Results 1 – 2 of 2) sorted by relevance
481 struct GrpcTrailersOnly { struct482 static absl::string_view DebugKey() { return "GrpcTrailersOnly"; } in DebugKey() argument483 static constexpr bool kRepeatable = false;484 using ValueType = bool;485 static absl::string_view DisplayValue(bool x) { return x ? "true" : "false"; } in DisplayValue()
507 struct GrpcTrailersOnly { struct508 static absl::string_view DebugKey() { return "GrpcTrailersOnly"; } in DebugKey() argument509 static constexpr bool kRepeatable = false;510 using ValueType = bool;511 static absl::string_view DisplayValue(bool x) { return x ? "true" : "false"; } in DisplayValue()