Home
last modified time | relevance | path

Searched defs:iterator_type (Results 1 – 25 of 53) sorted by relevance

123

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/iterators/detail/point_iterator/
H A Diterator_type.hpp39 struct iterator_type struct
47 struct iterator_type<Linestring, linestring_tag> struct
49 typedef typename boost::range_iterator<Linestring>::type type;
54 struct iterator_type<Ring, ring_tag> struct
56 typedef typename boost::range_iterator<Ring>::type type;
61 class iterator_type<Polygon, polygon_tag> class
87 struct iterator_type<MultiPoint, multi_point_tag> struct
89 typedef typename boost::range_iterator<MultiPoint>::type type;
94 class iterator_type<MultiLinestring, multi_linestring_tag> class
112 class iterator_type<MultiPolygon, multi_polygon_tag> class
/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 Diterator_type.hpp42 struct iterator_type struct
48 struct iterator_type<Linestring, linestring_tag> struct
53 > type;
58 struct iterator_type<Ring, ring_tag> struct
63 > type;
68 class iterator_type<Polygon, polygon_tag> class
103 class iterator_type<MultiLinestring, multi_linestring_tag> class
125 class iterator_type<MultiPolygon, multi_polygon_tag> class
H A Drange_segment_iterator.hpp109 typedef typename range_iterator_type<Range>::type iterator_type; typedef in boost::geometry::detail::segment_iterator::range_segment_iterator
/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 Dmultipoint.hpp76 >::type iterator_type; in analyze_point_coordinates() typedef
119 >::type iterator_type; in maximum_gap() typedef
156 >::type iterator_type; in get_min_max_longitudes() typedef
238 >::type iterator_type; in apply() typedef
H A Drange.hpp100 >::type iterator_type; in apply() typedef
146 >::type iterator_type; in apply() typedef
H A Drange_of_boxes.hpp163 >::type iterator_type; in apply() typedef
244 >::type iterator_type; in apply() typedef
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/
H A Dmulti_modify.hpp39 typedef typename boost::range_iterator<MultiGeometry>::type iterator_type; in apply() typedef
51 typedef typename boost::range_iterator<MultiGeometry>::type iterator_type; in apply() typedef
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/overlay/
H A Drange_in_geometry.hpp39 typedef geometry::point_iterator<Geometry const> iterator_type; typedef
62 typedef const point_type * iterator_type; typedef
119 typedef typename points_range<Geometry1>::iterator_type iterator_type; in range_in_geometry() typedef
H A Dappend_no_dups_or_spikes.hpp121 typedef typename boost::range_iterator<Range>::type iterator_type; in clean_closing_dups_and_spikes() typedef
H A Dclip_linestring.hpp186 typedef typename boost::range_iterator<Range const>::type iterator_type; in clip_range_with_box() typedef
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/distance/
H A Diterator_selector.hpp33 typedef geometry::segment_iterator<Geometry> iterator_type; typedef
49 typedef geometry::point_iterator<MultiPoint> iterator_type; typedef
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/qi/directive/
H A Drepeat.hpp234 typedef exact_iterator<T> iterator_type; typedef
249 typedef finite_iterator<T> iterator_type; typedef
270 typedef infinite_iterator<T> iterator_type; typedef
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/closest_feature/
H A Dpoint_to_range.hpp43 typedef typename boost::range_iterator<Range const>::type iterator_type; typedef in boost::geometry::detail::closest_feature::point_to_point_range
154 typedef typename base_type::iterator_type iterator_type; typedef in boost::geometry::detail::closest_feature::point_to_point_range
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/qi/detail/
H A Dfail_function.hpp21 typedef Iterator iterator_type; typedef
H A Dexpect_function.hpp25 typedef Iterator iterator_type; typedef
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/bits/
H A Dstl_iterator.h138 typedef _Iterator iterator_type; in _GLIBCXX_VISIBILITY() typedef
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/bits/
H A Dstl_iterator.h138 typedef _Iterator iterator_type; in _GLIBCXX_VISIBILITY() typedef
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/algorithm/query/detail/
H A Dsegmented_find_if.hpp28 iterator_type; typedef
H A Dsegmented_find.hpp28 iterator_type; typedef
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/adapted/mpl/
H A Dmpl_iterator.hpp29 typedef typename remove_const<Iterator_>::type iterator_type; typedef
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/text/
H A Dlanguage_tag.cpp197 typedef std::string::const_iterator iterator_type; in fromBCP47() typedef
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/qi/nonterminal/
H A Dgrammar.hpp39 typedef Iterator iterator_type; typedef
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/
H A Darea.hpp109 typedef typename boost::range_iterator<view_type const>::type iterator_type; in apply() typedef
H A Dlength.hpp103 >::type iterator_type; in apply() typedef
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/agnostic/
H A Dsimplify_douglas_peucker.hpp114 typedef typename std::vector<dp_point_type>::iterator iterator_type; typedef in boost::geometry::strategy::simplify::detail::douglas_peucker

123