Home
last modified time | relevance | path

Searched refs:is_segmented (Results 1 – 16 of 16) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/support/
H A Dis_segmented.hpp35 struct apply : Sequence::is_segmented {};
45 struct is_segmented struct
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/algorithm/iteration/
H A Dfor_each.hpp38 detail::for_each(seq, f, typename traits::is_segmented<Sequence>::type()); in for_each()
50 detail::for_each(seq, f, typename traits::is_segmented<Sequence>::type()); in for_each()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/sequence/
H A Dsequence_facade.hpp26 typedef mpl::false_ is_segmented; typedef
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/view/iterator_range/detail/
H A Dsegments_impl.hpp38 BOOST_MPL_ASSERT((traits::is_segmented<typename impl::type>));
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/sequence/intrinsic/detail/
H A Dsegmented_size.hpp30 template<typename Sequence, bool IsSegmented = traits::is_segmented<Sequence>::value>
H A Dsegmented_end_impl.hpp36 BOOST_MPL_ASSERT((traits::is_segmented<Sequence>));
H A Dsegmented_begin_impl.hpp49 …template <typename Sequence, typename Stack, bool IsSegmented = traits::is_segmented<Sequence>::ty…
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/sequence/intrinsic/
H A Dsize.hpp39 traits::is_segmented<Sequence>
H A Dend.hpp37 traits::is_segmented<Sequence>
H A Dbegin.hpp37 traits::is_segmented<Sequence>
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/algorithm/query/
H A Dfind_if.hpp31 traits::is_segmented<Sequence>
H A Dfind.hpp32 traits::is_segmented<Sequence>
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/algorithm/iteration/detail/preprocessed/
H A Dreverse_fold.hpp108 , bool = traits::is_segmented<Seq>::value>
H A Dfold.hpp109 , bool = traits::is_segmented<Seq>::value>
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/algorithm/iteration/detail/
H A Dfold.hpp191 , bool = traits::is_segmented<Seq>::value> in BOOST_FUSION_FOLD_IMPL_ENABLER()
/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.hpp106 , bool IsSegmented = traits::is_segmented<Sequence>::type::value