Home
last modified time | relevance | path

Searched refs:Iterator_ (Results 1 – 5 of 5) sorted by relevance

/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.hpp23 template <typename Iterator_, bool IsLast>
26 pop_back_iterator<Iterator_, IsLast>
27 , Iterator_>
30 pop_back_iterator<Iterator_, IsLast>
31 , Iterator_>
37 pop_back_iterator(Iterator_ const& iterator_base) in pop_back_iterator()
/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.hpp22 template <typename Iterator_>
25 mpl_iterator<Iterator_>
26 , typename detail::mpl_iterator_category<typename Iterator_::category>::type
29 typedef typename remove_const<Iterator_>::type iterator_type;
/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.hpp51 template <typename Context, typename Iterator_>
66 template <typename Iterator_,
69 rule<Iterator_, T1_, T2_, T3_, T4_> const& in grammar()
76 (is_same<start_type, rule<Iterator_, T1_, T2_, T3_, T4_> >::value) in grammar()
77 , incompatible_start_rule, (rule<Iterator_, T1_, T2_, T3_, T4_>)); in grammar()
H A Drule.hpp267 template <typename Context, typename Iterator_>
410 template <typename Iterator_, typename T1_, typename T2_
412 rule<Iterator_, T1_, T2_, T3_, T4_>& operator%=( in operator %=() argument
413 rule<Iterator_, T1_, T2_, T3_, T4_>& r, Expr& expr) in operator %=()
/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.hpp24 template <typename Derived_, typename Iterator_,
25 typename Category = typename traits::category_of<Iterator_>::type>
30 remove_const<Iterator_>::type