Searched refs:units_owning_moves_ (Results 1 – 2 of 2) sorted by relevance
85 units_owning_moves_() in manager()550 units_owning_moves_ = move_finder.get_units_owning_moves(); in pre_draw()552 for (size_t unit_id : units_owning_moves_) { in pre_draw()563 for (size_t unit_id : units_owning_moves_) in post_draw()570 units_owning_moves_.clear(); in post_draw()
246 std::set<size_t> units_owning_moves_; member in wb::manager