Searched defs:ClusterWeightState (Results 1 – 1 of 1) sorted by relevance
191 struct ClusterWeightState { struct192 uint32_t range_end;193 absl::string_view cluster;194 RefCountedPtr<ServiceConfig> method_config;196 bool operator==(const ClusterWeightState& other) const { in operator ==()