Home
last modified time | relevance | path

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

/aosp_15_r20/external/grpc-grpc/src/core/resolver/xds/
H A Dxds_resolver.cc202 struct ClusterWeightState { struct
203 uint32_t range_end;
204 absl::string_view cluster;
205 RefCountedPtr<ServiceConfig> method_config;
207 bool operator==(const ClusterWeightState& other) const { in operator ==()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/resolver/xds/
Dxds_resolver.cc320 struct ClusterWeightState { struct
321 uint32_t range_end;
322 absl::string_view cluster;
323 RefCountedPtr<ServiceConfig> method_config;