Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/src/proto/grpc/testing/xds/v3/
Dlrs.proto76 // Not populated if *send_all_clusters* is true.
82 bool send_all_clusters = 4; field
/external/rust/crates/grpcio-sys/grpc/src/core/ext/xds/
Dxds_client.cc1608 bool send_all_clusters = false; in OnResponseReceivedLocked() local
1612 response_slice, &send_all_clusters, &new_cluster_names, in OnResponseReceivedLocked()
1628 xds_client(), new_cluster_names.size(), send_all_clusters, in OnResponseReceivedLocked()
1648 if (send_all_clusters == send_all_clusters_ && in OnResponseReceivedLocked()
1662 send_all_clusters_ = send_all_clusters; in OnResponseReceivedLocked()
2121 bool send_all_clusters, const std::set<std::string>& clusters) { in BuildLoadReportSnapshotLocked() argument
2139 send_all_clusters || clusters.find(cluster_key.first) != clusters.end(); in BuildLoadReportSnapshotLocked()
Dxds_client.h294 bool send_all_clusters, const std::set<std::string>& clusters);
Dxds_api.h454 bool* send_all_clusters,
Dxds_api.cc2269 bool* send_all_clusters, in ParseLrsResponse() argument
2285 *send_all_clusters = true; in ParseLrsResponse()
/external/rust/crates/grpcio-sys/grpc/src/proto/grpc/testing/xds/
Dlrs_for_test.proto169 // Not populated if *send_all_clusters* is true.
175 bool send_all_clusters = 4; field