Home
last modified time | relevance | path

Searched refs:ClusterMap (Results 1 – 5 of 5) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/lb_policy/xds/
Dxds_cluster_manager.cc55 using ClusterMap = typedef in grpc_core::__anon99c9fe3e0111::XdsClusterManagerLbConfig
58 explicit XdsClusterManagerLbConfig(ClusterMap cluster_map) in XdsClusterManagerLbConfig()
63 const ClusterMap& cluster_map() const { return cluster_map_; } in cluster_map()
66 ClusterMap cluster_map_;
101 using ClusterMap = std::map<absl::string_view /*cluster_name*/, typedef in grpc_core::__anon99c9fe3e0111::XdsClusterManagerLb::ClusterPicker
106 explicit ClusterPicker(ClusterMap cluster_map) in ClusterPicker()
112 ClusterMap cluster_map_;
344 ClusterPicker::ClusterMap cluster_map; in UpdateStateLocked()
631 XdsClusterManagerLbConfig::ClusterMap cluster_map; in ParseLoadBalancingConfig()
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dtpu_cluster_formation.cc70 using ClusterMap = llvm::SmallDenseMap<llvm::StringRef, ClusterOps, 8>; typedef
123 LogicalResult CollectAndGroupClusterOps(Block* block, ClusterMap* clusters) { in CollectAndGroupClusterOps()
534 ClusterMap clusters; in FormClustersInBlock()
/external/rust/crates/anyhow/
DREADME.md34 fn get_cluster_info() -> Result<ClusterMap> {
36 let map: ClusterMap = serde_json::from_str(&config)?;
/external/clang/lib/StaticAnalyzer/Core/
DRegionStore.cpp641 typedef llvm::DenseMap<const MemRegion *, const ClusterBindings *> ClusterMap; typedef in __anon53e1adc20611::ClusterAnalysis
/external/llvm-project/clang/lib/StaticAnalyzer/Core/
DRegionStore.cpp700 typedef llvm::DenseMap<const MemRegion *, const ClusterBindings *> ClusterMap; typedef in __anon48aa45d00611::ClusterAnalysis