Home
last modified time | relevance | path

Searched refs:interval_type (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/
H A Dmax_interval_gap.hpp48 typedef Interval interval_type; typedef in boost::geometry::detail::max_interval_gap::sweep_event
61 inline interval_type const& interval() const in interval()
119 typedef typename Event::interval_type::difference_type difference_type;
229 typedef typename boost::range_value<RangeOfIntervals>::type interval_type; in maximum_gap() typedef
230 typedef detail::max_interval_gap::sweep_event<interval_type> event_type; in maximum_gap()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/envelope/
H A Drange_of_boxes.hpp251 typedef longitude_interval<coordinate_type> interval_type; in apply() typedef
252 typedef std::vector<interval_type> interval_range_type; in apply()
287 intervals.push_back(interval_type(lon_left, max_longitude)); in apply()
289 (interval_type(min_longitude, lon_right - period)); in apply()
293 intervals.push_back(interval_type(lon_left, lon_right)); in apply()