Home
last modified time | relevance | path

Searched refs:TargetMap (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/lb_policy/weighted_target/
Dweighted_target.cc61 using TargetMap = std::map<std::string, ChildConfig>; typedef in grpc_core::__anon28d8a0b30111::WeightedTargetLbConfig
63 explicit WeightedTargetLbConfig(TargetMap target_map) in WeightedTargetLbConfig()
68 const TargetMap& target_map() const { return target_map_; } in target_map()
71 TargetMap target_map_;
647 WeightedTargetLbConfig::TargetMap target_map; in ParseLoadBalancingConfig()
/external/llvm-project/llvm/tools/llvm-objcopy/
DCopyConfig.cpp281 static const StringMap<MachineInfo> TargetMap{ variable
320 auto Iter = TargetMap.find(TargetName); in getOutputTargetInfoByTargetName()
321 if (Iter == std::end(TargetMap)) in getOutputTargetInfoByTargetName()