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/ |
D | lrs.proto | 76 // 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/ |
D | xds_client.cc | 1608 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()
|
D | xds_client.h | 294 bool send_all_clusters, const std::set<std::string>& clusters);
|
D | xds_api.h | 454 bool* send_all_clusters,
|
D | xds_api.cc | 2269 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/ |
D | lrs_for_test.proto | 169 // Not populated if *send_all_clusters* is true. 175 bool send_all_clusters = 4; field
|