Home
last modified time | relevance | path

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

/third_party/grpc/src/core/resolver/xds/
Dxds_resolver.cc191 struct ClusterWeightState { struct
192 uint32_t range_end;
193 absl::string_view cluster;
194 RefCountedPtr<ServiceConfig> method_config;
196 bool operator==(const ClusterWeightState& other) const { in operator ==()