Home
last modified time | relevance | path

Searched refs:EndpointAddressSet (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/grpc-grpc/test/core/resolver/
H A Dendpoint_addresses_test.cc67 TEST(EndpointAddressSet, Basic) { in TEST() argument
68 EndpointAddressSet set1({MakeAddress("ipv4:127.0.0.2:443"), in TEST()
74 EndpointAddressSet set2({MakeAddress("ipv4:127.0.0.4:443"), in TEST()
83 TEST(EndpointAddressSet, Subset) { in TEST() argument
84 EndpointAddressSet set1({MakeAddress("ipv4:127.0.0.2:443"), in TEST()
88 EndpointAddressSet set2( in TEST()
/aosp_15_r20/external/grpc-grpc/src/core/resolver/
H A Dendpoint_addresses.cc110 bool EndpointAddressSet::operator==(const EndpointAddressSet& other) const { in operator ==()
124 bool EndpointAddressSet::operator<(const EndpointAddressSet& other) const { in operator <()
137 std::string EndpointAddressSet::ToString() const { in ToString()
H A Dendpoint_addresses.h105 class EndpointAddressSet final {
107 explicit EndpointAddressSet( in EndpointAddressSet() function
111 bool operator==(const EndpointAddressSet& other) const;
112 bool operator<(const EndpointAddressSet& other) const;
/aosp_15_r20/external/grpc-grpc/src/core/load_balancing/ring_hash/
H A Dring_hash.cc287 std::map<EndpointAddressSet, OrphanablePtr<RingHashEndpoint>> endpoint_map_;
630 std::map<EndpointAddressSet, size_t> endpoint_indices; in UpdateLocked()
632 const EndpointAddressSet key(endpoint.addresses()); in UpdateLocked()
670 std::map<EndpointAddressSet, OrphanablePtr<RingHashEndpoint>> endpoint_map; in UpdateLocked()
673 const EndpointAddressSet address_set(addresses.addresses()); in UpdateLocked()
820 endpoint_map_.find(EndpointAddressSet(endpoints_[i].addresses())); in UpdateAggregatedConnectivityStateLocked()
833 EndpointAddressSet(endpoints_[first_idle_index].addresses())); in UpdateAggregatedConnectivityStateLocked()
/aosp_15_r20/external/grpc-grpc/src/core/load_balancing/weighted_round_robin/
H A Dweighted_round_robin.cc196 EndpointAddressSet key) in EndpointWeight()
211 const EndpointAddressSet key_;
396 std::map<EndpointAddressSet, EndpointWeight*> endpoint_weight_map_
744 EndpointAddressSet e1(endpoint1.addresses()); in UpdateLocked()
745 EndpointAddressSet e2(endpoint2.addresses()); in UpdateLocked()
802 EndpointAddressSet key(addresses); in GetOrCreateWeight()
/aosp_15_r20/external/grpc-grpc/src/core/load_balancing/outlier_detection/
H A Doutlier_detection.cc440 std::map<EndpointAddressSet, RefCountedPtr<EndpointState>>
662 std::set<EndpointAddressSet> current_endpoints; in UpdateLocked()
665 EndpointAddressSet key(endpoint.addresses()); in UpdateLocked()