Searched refs:advance_c (Results 1 – 6 of 6) sorted by relevance
| /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 D | find_if.hpp | 84 typedef typename result_of::advance_c<Iter, offset>::type Shifted; 102 result_of::advance_c<Iter, 1>, 105 result_of::advance_c<Iter, 2>, 108 result_of::advance_c<Iter, 3>, 124 result_of::advance_c<Iter, 1>, 127 result_of::advance_c<Iter, 2>, 128 result_of::advance_c<Iter, 3> > > >::type type; 139 result_of::advance_c<Iter, 1>, 140 result_of::advance_c<Iter, 2> > >::type type; 149 result_of::advance_c<Iter, 1> >::type type; [all …]
|
| H A D | any.hpp | 71 f(*fusion::advance_c<1>(it))|| in call() 72 f(*fusion::advance_c<2>(it)) || in call() 73 f(*fusion::advance_c<3>(it)) || in call() 74 detail::unrolled_any<N-4>::call(fusion::advance_c<4>(it), f); in call() 87 f(*fusion::advance_c<1>(it)) || in call() 88 f(*fusion::advance_c<2>(it)); in call() 101 f(*fusion::advance_c<1>(it)); in call()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/iterator/ |
| H A D | advance.hpp | 67 struct advance_c struct 79 inline typename result_of::advance_c<Iterator, N>::type const 80 advance_c(Iterator const& i) in advance_c() function 82 return result_of::advance_c<Iterator, N>::call(i); in advance_c()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/container/vector/detail/ |
| H A D | as_vector.hpp | 45 typename result_of::advance_c<Iterator, Indices>::type 56 return result(*advance_c<Indices>(i)...); in call()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/ |
| H A D | advance.hpp | 66 struct advance_c struct
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/container/vector/ |
| H A D | vector.hpp | 104 typename fusion::result_of::advance_c< 122 return std::forward<result>(*advance_c<N>(begin(seq))); in forward_at_c()
|