Home
last modified time | relevance | path

Searched refs:is_start_event (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/
H A Dmax_interval_gap.hpp56 inline bool is_start_event() const in is_start_event() function in boost::geometry::detail::max_interval_gap::sweep_event
80 return is_start_event() && ! other.is_start_event(); in operator <()
140 if (event.is_start_event()) in apply()
151 BOOST_GEOMETRY_ASSERT(queue.top().is_start_event()); in apply()