Searched refs:turn_on_the_same_ip (Results 1 – 4 of 4) sorted by relevance
671 if ( ! turn_on_the_same_ip<op_id>(m_exit_watcher.get_exit_turn(), *it) ) in apply()713 && turn_on_the_same_ip<op_id>(m_exit_watcher.get_exit_turn(), *it) ) in apply()733 && ! turn_on_the_same_ip<op_id>(*m_previous_turn_ptr, *it) ) in apply()765 if ( ! turn_on_the_same_ip<op_id>(*m_previous_turn_ptr, *it) ) in apply()
326 if ( ! turn_on_the_same_ip<op_id>(m_exit_watcher.get_exit_turn(), *it) ) in apply()347 && turn_on_the_same_ip<op_id>(m_exit_watcher.get_exit_turn(), *it) ) in apply()
471 || ! turn_on_the_same_ip<op_id>(*m_previous_turn_ptr, *it) ) in apply()487 || ! turn_on_the_same_ip<op_id>(*m_previous_turn_ptr, *it) ) in apply()
335 inline bool turn_on_the_same_ip(Turn const& prev_turn, Turn const& curr_turn) in turn_on_the_same_ip() function