Home
last modified time | relevance | path

Searched refs:m_exit_operation (Results 1 – 1 of 1) 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 Dfollow_helpers.hpp241 : m_exit_operation(overlay::operation_none) in exit_watcher()
276 m_exit_operation = exit_op; in exit()
300 return m_exit_operation; in get_exit_operation()
305 BOOST_GEOMETRY_ASSERT(m_exit_operation != overlay::operation_none); in get_exit_point()
312 BOOST_GEOMETRY_ASSERT(m_exit_operation != overlay::operation_none); in get_exit_turn()
319 m_exit_operation = overlay::operation_none; in reset_detected_exit()
324 m_exit_operation = overlay::operation_none; in reset()
329 overlay::operation_type m_exit_operation; member in boost::geometry::detail::relate::exit_watcher