Home
last modified time | relevance | path

Searched refs:turn_on_the_same_ip (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/relate/
H A Dlinear_areal.hpp671 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()
H A Dlinear_linear.hpp326 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()
H A Dareal_areal.hpp471 || ! 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()
H A Dfollow_helpers.hpp335 inline bool turn_on_the_same_ip(Turn const& prev_turn, Turn const& curr_turn) in turn_on_the_same_ip() function