Home
last modified time | relevance | path

Searched refs:WatchClusterData (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/src/core/ext/xds/
Dxds_client.h145 void WatchClusterData(absl::string_view cluster_name,
Dxds_client.cc1894 void XdsClient::WatchClusterData( in WatchClusterData() function in grpc_core::XdsClient
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/lb_policy/xds/
Dcds.cc318 xds_client_->WatchClusterData(config_->cluster(), std::move(watcher)); in UpdateLocked()