Searched refs:TargetMap (Results 1 – 2 of 2) sorted by relevance
61 using TargetMap = std::map<std::string, ChildConfig>; typedef in grpc_core::__anon28d8a0b30111::WeightedTargetLbConfig63 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()
281 static const StringMap<MachineInfo> TargetMap{ variable320 auto Iter = TargetMap.find(TargetName); in getOutputTargetInfoByTargetName()321 if (Iter == std::end(TargetMap)) in getOutputTargetInfoByTargetName()