Home
last modified time | relevance | path

Searched refs:category_of (Results 1 – 23 of 23) 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 Dcategory_of.hpp66 struct category_of struct
75 , typename category_of<T>::type>
82 , typename category_of<T>::type>
89 , typename category_of<T>::type>
96 , typename category_of<T>::type>
103 , typename category_of<T>::type>
110 , typename category_of<T>::type>
117 , typename category_of<T>::type>
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/iostreams/
H A Dtraits.hpp223 struct category_of { struct
256 struct category_of< reference_wrapper<T> > struct
257 : category_of<T>
267 inline typename category_of<T>::type get_category(const T&) in get_category()
268 { typedef typename category_of<T>::type category; return category(); } in get_category()
307 typedef typename category_of<T>::type category;
330 typedef typename category_of<T>::type category;
H A Dclose.hpp129 typedef typename category_of<T>::type category;
203 typedef typename category_of<T>::type category; in close()
216 typedef typename category_of<T>::type category; in close()
225 typedef typename category_of<T>::type category; in close()
H A Dstream_buffer.hpp38 BOOST_DEDUCED_TYPENAME category_of<T>::type,
70 BOOST_DEDUCED_TYPENAME iostreams::category_of<T>::type, Mode
H A Dtraits_fwd.hpp70 struct category_of;
H A Dstream.hpp32 typedef typename category_of<Device>::type mode;
/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.hpp46 typedef typename traits::category_of<Sequence1>::type category1;
47 typedef typename traits::category_of<Sequence2>::type category2;
96 typedef typename traits::category_of<Sequence>::type category;
H A Dtransform_view_iterator.hpp35 typedef typename traits::category_of<first_type>::type category;
62 typedef typename traits::category_of<first1_type>::type category;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/view/reverse_view/
H A Dreverse_view.hpp43 typedef typename traits::category_of<Sequence>::type category;
51 , typename traits::category_of<first_type>::type>::value));
H A Dreverse_view_iterator.hpp38 typedef typename traits::category_of<first_type>::type category;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/view/zip_view/detail/
H A Ddistance_impl.hpp34 …typename SearchIt::iterators, is_same<traits::category_of<mpl::_>, random_access_iterator_tag> > f…
52 …typename It1::iterators, is_same<traits::category_of<mpl::_>, random_access_iterator_tag> > finder;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/iostreams/detail/adapter/
H A Dconcept_adapter.hpp63 typedef typename category_of<T>::type category;
134 typedef typename category_of<Device>::type category; in seek()
206 typedef typename category_of<Filter>::type category; in seek()
223 typedef typename category_of<Filter>::type category; in seek()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/algorithm/query/
H A Dany.hpp32 return detail::any(seq, f, typename traits::category_of<Sequence>::type()); in any()
/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 Dfind_if.hpp182 … , is_base_of<random_access_traversal_tag, typename traits::category_of<First>::type>::value
233 return choose_call(iter, typename traits::category_of<Iterator>::type()); in iter_call()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/iostreams/detail/
H A Ddispatch.hpp27 BOOST_DEDUCED_TYPENAME category_of<T>::type >
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/view/iterator_range/
H A Diterator_range.hpp45 typedef typename traits::category_of<begin_type>::type category;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/view/detail/
H A Dstrictest_traversal.hpp54 typedef typename traits::category_of<next_value>::type tag2;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/iterator/mpl/
H A Dfusion_iterator.hpp48 typedef typename fusion::traits::category_of<Iterator>::type fusion_category;
/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.hpp25 typename Category = typename traits::category_of<Iterator_>::type>
/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 Dfor_each.hpp143 detail::for_each_dispatch(seq, f, typename traits::category_of<Sequence>::type()); in for_each()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/iostreams/detail/broken_overload_resolution/
H A Dstream_buffer.hpp32 BOOST_DEDUCED_TYPENAME iostreams::category_of<T>::type, Mode
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/iostreams/detail/streambuf/
H A Ddirect_streambuf.hpp54 typedef typename category_of<T>::type category;
H A Dindirect_streambuf.hpp57 typedef typename category_of<T>::type category;