Home
last modified time | relevance | path

Searched refs:m_other_entry_points (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.hpp247 m_other_entry_points.push_back( in enter()
262 point_iterator entry_it = std::find_if(m_other_entry_points.begin(), in exit()
263 m_other_entry_points.end(), in exit()
267 if ( entry_it != m_other_entry_points.end() ) in exit()
270 m_other_entry_points.erase(entry_it); in exit()
272 if ( exit_per_geometry || m_other_entry_points.empty() ) in exit()
285 return m_other_entry_points.empty(); in is_outside()
290 return m_other_entry_points.empty() in is_outside()
291 || std::find_if(m_other_entry_points.begin(), in is_outside()
292 m_other_entry_points.end(), in is_outside()
[all …]