Searched defs:LbCostBinMetadata (Results 1 – 2 of 2) sorted by relevance
407 struct LbCostBinMetadata { struct408 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()
431 struct LbCostBinMetadata { struct432 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()