Home
last modified time | relevance | path

Searched refs:make_segmented_iterator (Results 1 – 3 of 3) 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 Dsegmented_find_if.hpp41 , result_of::make_segmented_iterator<
63 return fusion::make_segmented_iterator(fusion::find_if<Pred>(seq), context); in call_impl()
H A Dsegmented_find.hpp41 , result_of::make_segmented_iterator<
63 return fusion::make_segmented_iterator(fusion::find<T>(seq), context); in call_impl()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/support/detail/
H A Dsegmented_fold_until_impl.hpp45 struct make_segmented_iterator struct
70 inline typename result_of::make_segmented_iterator<Cur, Context>::type
71 make_segmented_iterator(Cur const& cur, Context const& context) in make_segmented_iterator() function
73 typedef result_of::make_segmented_iterator<Cur, Context> impl_type; in make_segmented_iterator()