Home
last modified time | relevance | path

Searched refs:first2_type (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/view/transform_view/detail/
H A Dbegin_impl.hpp54 typedef typename Sequence::first2_type first2_type; typedef
56 typedef transform_view_iterator2<first1_type, first2_type, transform_type> type;
H A Dprior_impl.hpp59 typedef typename Iterator::first2_type first2_type; typedef
61 typedef typename result_of::prior<first2_type>::type prior2_type;
H A Dnext_impl.hpp58 typedef typename Iterator::first2_type first2_type; typedef
60 typedef typename result_of::next<first2_type>::type next2_type;
H A Dadvance_impl.hpp59 typedef typename Iterator::first2_type first2_type; typedef
61 typedef typename result_of::advance<first2_type, Dist>::type advanced2_type;
H A Dvalue_of_impl.hpp52 result_of::value_of<typename Iterator::first2_type>::type
H A Dderef_impl.hpp60 result_of::deref<typename Iterator::first2_type>::type
/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.hpp61 typedef typename converter2::type first2_type; typedef
70 first2_type first2;
H A Dtransform_view.hpp51 typedef typename result_of::begin<Sequence2>::type first2_type; typedef
69 first2_type first2() const { return fusion::begin(seq2); } in first2()