Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/lb_policy/ring_hash/
Dring_hash.cc461 struct AddressWeight { in Ring() struct
462 std::string address; in Ring()
465 uint32_t weight = 1; in Ring()
466 double normalized_weight; in Ring()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/lb_policy/weighted_round_robin/
Dweighted_round_robin.cc155 class AddressWeight : public RefCounted<AddressWeight> { class in grpc_core::__anon5c1df9810111::WeightedRoundRobin
157 AddressWeight(RefCountedPtr<WeightedRoundRobin> wrr, std::string key) in AddressWeight() function in grpc_core::__anon5c1df9810111::WeightedRoundRobin::AddressWeight