Home
last modified time | relevance | path

Searched refs:iterator_base (Results 1 – 17 of 17) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/iterator/
H A Diterator_adapter.hpp32 iterator_base_type iterator_base; member
36 : iterator_base(iterator_base_) {} in iterator_adapter()
61 return type(fusion::advance<N>(it.iterator_base)); in call()
96 return fusion::deref(it.iterator_base); in call()
114 return type(fusion::next(i.iterator_base)); in call()
132 return type(fusion::prior(i.iterator_base)); in call()
H A Diterator_facade.hpp24 struct iterator_facade : iterator_base<Derived>
H A Dderef.hpp69 operator*(iterator_base<Iterator> const& i) in operator *()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/algorithm/transformation/
H A Dpop_back.hpp37 pop_back_iterator(Iterator_ const& iterator_base) in pop_back_iterator()
38 : base_type(iterator_base) {} in pop_back_iterator()
101 return type(fusion::prior(i.iterator_base)); in call()
124 fusion::prior(i.iterator_base))); in call()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/container/list/
H A Dcons_iterator.hpp30 struct cons_iterator : iterator_base<cons_iterator<Cons> >
50 struct nil_iterator : iterator_base<nil_iterator>
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/view/transform_view/
H A Dtransform_view_iterator.hpp30 : iterator_base<transform_view_iterator<First, F> >
55 : iterator_base<transform_view_iterator2<First1, First2, F> >
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/detail/rtree/
H A Dquery_iterators.hpp261 typedef query_iterator_base<Value, Allocators> iterator_base; typedef in boost::geometry::index::detail::rtree::iterators::query_iterator
262 typedef boost::scoped_ptr<iterator_base> iterator_ptr;
276 : m_ptr(static_cast<iterator_base*>( in query_iterator()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/support/
H A Diterator_base.hpp18 struct iterator_base : iterator_root struct
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/iterators/
H A Dbase.hpp32 struct iterator_base struct
H A Dever_circling_iterator.hpp39 public detail::iterators::iterator_base
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/view/zip_view/
H A Dzip_view_iterator.hpp32 : iterator_base<zip_view_iterator<IteratorSequence, Traversal> >
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/view/reverse_view/
H A Dreverse_view_iterator.hpp33 : iterator_base<reverse_view_iterator<First> >
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/container/vector/
H A Dvector_iterator.hpp31 struct vector_iterator : iterator_base<vector_iterator<Vector, N> >
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/view/single_view/
H A Dsingle_view_iterator.hpp35 : iterator_base<single_view_iterator<SingleView, Pos> >
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/view/joint_view/
H A Djoint_view_iterator.hpp30 : iterator_base<joint_view_iterator<Category, First, Last, Concat> >
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/view/filter_view/
H A Dfilter_view_iterator.hpp35 struct filter_iterator : iterator_base<filter_iterator<Category, First, Last, Pred> >
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/
H A Dfusion.hpp46 : fusion::iterator_base<expr_iterator<Expr, Pos> >