Home
last modified time | relevance | path

Searched refs:m_p2 (Results 1 – 2 of 2) 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/overlay/
H A Dsort_by_side.hpp118 , m_p2(p2) in less_by_side()
128 int const side_first = m_strategy.apply(m_p1, m_p2, first.point); in operator ()()
129 int const side_second = m_strategy.apply(m_p1, m_p2, second.point); in operator ()()
136 int const first_code = direction_code(m_p1, m_p2, first.point); in operator ()()
137 int const second_code = direction_code(m_p1, m_p2, second.point); in operator ()()
146 && direction_code(m_p1, m_p2, first.point) == -1) in operator ()()
153 && direction_code(m_p1, m_p2, second.point) == -1) in operator ()()
169 int const side_second_wrt_first = m_strategy.apply(m_p2, first.point, second.point); in operator ()()
186 Point m_p1, m_p2; member
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/move/detail/
H A Dfwd_macros.hpp295 #define BOOST_MOVE_FWD_INIT3 BOOST_MOVE_FWD_INIT2, m_p2(::boost::forward<P2>(p2))
319 #define BOOST_MOVE_VAL_INIT3 BOOST_MOVE_VAL_INIT2, m_p2(p2)
538 #define BOOST_MOVE_MREF3 BOOST_MOVE_MREF2 BOOST_MOVE_MREF(P2) m_p2;
562 #define BOOST_MOVE_MEMB3 BOOST_MOVE_MEMB2 P2 m_p2;