Home
last modified time | relevance | path

Searched defs:cluster_map (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/grpc-grpc/src/core/load_balancing/xds/
H A Dxds_cluster_manager.cc100 const std::map<std::string, Child>& cluster_map() const { in cluster_map() function in grpc_core::__anon3e68e3130111::XdsClusterManagerLbConfig
132 explicit ClusterPicker(ClusterMap cluster_map) in ClusterPicker()
378 ClusterPicker::ClusterMap cluster_map; in UpdateStateLocked() local
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/lb_policy/xds/
Dxds_cluster_manager.cc100 const std::map<std::string, Child>& cluster_map() const { in cluster_map() function in grpc_core::__anon1e103c180111::XdsClusterManagerLbConfig
132 explicit ClusterPicker(ClusterMap cluster_map) in ClusterPicker()
378 ClusterPicker::ClusterMap cluster_map; in UpdateStateLocked() local
/aosp_15_r20/external/tensorflow/tensorflow/dtensor/mlir/
H A Dmerge_clusters.cc487 std::map<Mesh, llvm::SmallVector<mlir::tf_device::ClusterOp, 4>> cluster_map; in MergeClusters() local
/aosp_15_r20/external/ublksrv/qcow2/
H A Dqcow2.h629 Qcow2ClusterMapping cluster_map; variable
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/resolver/xds/
Dxds_resolver.cc410 explicit XdsClusterMapAttribute(RefCountedPtr<XdsClusterMap> cluster_map) in XdsClusterMapAttribute()