Home
last modified time | relevance | path

Searched refs:ClusterWeight (Results 1 – 8 of 8) sorted by relevance

/third_party/grpc/src/core/ext/filters/client_channel/xds/
Dxds_api.h119 struct ClusterWeight { struct
123 bool operator==(const ClusterWeight& other) const {
128 std::vector<ClusterWeight> weighted_clusters;
Dxds_client.h240 const std::vector<XdsApi::RdsUpdate::RdsRoute::ClusterWeight>&
Dxds_client.cc2122 const std::vector<XdsApi::RdsUpdate::RdsRoute::ClusterWeight>& clusters) { in CreateServiceConfigActionWeightedCluster()
2160 const std::vector<XdsApi::RdsUpdate::RdsRoute::ClusterWeight>& in GetWeightedClustersKey()
2176 const std::vector<XdsApi::RdsUpdate::RdsRoute::ClusterWeight>& in WeightedClustersActionName()
Dxds_api.cc201 std::string XdsApi::RdsUpdate::RdsRoute::ClusterWeight::ToString() const { in ToString()
1221 XdsApi::RdsUpdate::RdsRoute::ClusterWeight cluster; in RouteActionParse()
/third_party/grpc/src/core/ext/xds/
Dxds_api.h91 struct ClusterWeight { struct
94 bool operator==(const ClusterWeight& other) const {
99 std::vector<ClusterWeight> weighted_clusters;
Dxds_api.cc158 std::string XdsApi::Route::ClusterWeight::ToString() const { in ToString()
168 for (const ClusterWeight& cluster_weight : weighted_clusters) { in ToString()
1101 XdsApi::Route::ClusterWeight cluster; in RouteActionParse()
/third_party/grpc/src/proto/grpc/testing/xds/
Dlds_rds_for_test.proto92 message ClusterWeight { message
96 repeated ClusterWeight clusters = 1;
/third_party/grpc/src/proto/grpc/testing/xds/v3/
Droute.proto101 message ClusterWeight { message
114 repeated ClusterWeight clusters = 1;