Home
last modified time | relevance | path

Searched refs:closing_iterator (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/iterators/
H A Dclosing_iterator.hpp37 struct closing_iterator struct
40 closing_iterator<Range>,
48 explicit inline closing_iterator(Range& range) in closing_iterator() argument
57 explicit inline closing_iterator(Range& range, bool) in closing_iterator() argument
66 explicit inline closing_iterator() in closing_iterator() argument
80 inline difference_type distance_to(closing_iterator<Range> const& other) const in distance_to() argument
85 inline bool equal(closing_iterator<Range> const& other) const in equal() argument
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/iterators/detail/segment_iterator/
H A Drange_segment_iterator.hpp41 typedef closing_iterator<Range> type;
62 return closing_iterator<Range>(range); in apply()
84 return closing_iterator<Range>(range, true); in apply()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/views/
H A Dcloseable_view.hpp50 typedef closing_iterator<Range> iterator;
51 typedef closing_iterator<Range const> const_iterator;