Searched defs:target_pool (Results 1 – 7 of 7) sorted by relevance
25 TargetPool target_pool; in TEST() local42 TargetPool target_pool(std::move(targets)); in TEST() local
41 const TargetPool& target_pool() const { return target_pool_; } in target_pool() function
43 const auto& target_pool = ref_set.target_pool(); in Projection() local
28 const TargetPool& target_pool) in ReferenceSet()
27 TargetPool& target_pool = target_pools_[group.pool_tag()]; in Initialize() local
316 def _exchange_labels(dry_run, hosts, target_pool, spare_pool): argument