Searched defs:EndpointWeight (Results 1 – 4 of 4) sorted by relevance
369 struct EndpointWeight { in Ring() struct370 std::string address; // Key by endpoint's first address. in Ring()373 uint32_t weight = 1; in Ring()374 double normalized_weight; in Ring()
193 class EndpointWeight final : public RefCounted<EndpointWeight> { class in grpc_core::__anona6e6613c0111::WeightedRoundRobin195 EndpointWeight(RefCountedPtr<WeightedRoundRobin> wrr, in EndpointWeight() function in grpc_core::__anona6e6613c0111::WeightedRoundRobin::EndpointWeight
175 TEST_F(XdsEndpointTest, EndpointWeight) { in TEST_F() argument
2356 "EndpointWeight":{ object