Home
last modified time | relevance | path

Searched defs:LbCostBinMetadata (Results 1 – 2 of 2) sorted by relevance

/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/transport/
Dmetadata_batch.h407 struct LbCostBinMetadata { struct
408 static constexpr bool kRepeatable = true;
409 static absl::string_view key() { return "lb-cost-bin"; } in key()
410 struct ValueType {
414 using MementoType = ValueType;
415 using CompressionTraits = NoCompressionCompressor;
416 static ValueType MementoToValue(MementoType value) { return value; } in MementoToValue()
419 static std::string DisplayMemento(MementoType x) { return DisplayValue(x); } in DisplayMemento()
/external/grpc-grpc/src/core/lib/transport/
Dmetadata_batch.h431 struct LbCostBinMetadata { struct
432 static constexpr bool kRepeatable = true;
433 static absl::string_view key() { return "lb-cost-bin"; } in key()
434 struct ValueType {
438 using MementoType = ValueType;
439 using CompressionTraits = NoCompressionCompressor;
440 static ValueType MementoToValue(MementoType value) { return value; } in MementoToValue()
443 static std::string DisplayMemento(MementoType x) { return DisplayValue(x); } in DisplayMemento()