Home
last modified time | relevance | path

Searched refs:mpl (Results 1 – 25 of 1547) sorted by relevance

12345678910>>...62

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/typeof/
H A Dvector50.hpp13 …template<class V> struct v_iter<V, mpl::int_<0> > { typedef typename V::item0 type; typedef v_iter…
14 …template<class V> struct v_iter<V, mpl::int_<1> > { typedef typename V::item1 type; typedef v_iter…
15 …template<class V> struct v_iter<V, mpl::int_<2> > { typedef typename V::item2 type; typedef v_iter…
16 …template<class V> struct v_iter<V, mpl::int_<3> > { typedef typename V::item3 type; typedef v_iter…
17 …template<class V> struct v_iter<V, mpl::int_<4> > { typedef typename V::item4 type; typedef v_iter…
18 …template<class V> struct v_iter<V, mpl::int_<5> > { typedef typename V::item5 type; typedef v_iter…
19 …template<class V> struct v_iter<V, mpl::int_<6> > { typedef typename V::item6 type; typedef v_iter…
20 …template<class V> struct v_iter<V, mpl::int_<7> > { typedef typename V::item7 type; typedef v_iter…
21 …template<class V> struct v_iter<V, mpl::int_<8> > { typedef typename V::item8 type; typedef v_iter…
22 …template<class V> struct v_iter<V, mpl::int_<9> > { typedef typename V::item9 type; typedef v_iter…
[all …]
H A Dvector100.hpp13 …template<class V> struct v_iter<V, mpl::int_<0> > { typedef typename V::item0 type; typedef v_iter…
14 …template<class V> struct v_iter<V, mpl::int_<1> > { typedef typename V::item1 type; typedef v_iter…
15 …template<class V> struct v_iter<V, mpl::int_<2> > { typedef typename V::item2 type; typedef v_iter…
16 …template<class V> struct v_iter<V, mpl::int_<3> > { typedef typename V::item3 type; typedef v_iter…
17 …template<class V> struct v_iter<V, mpl::int_<4> > { typedef typename V::item4 type; typedef v_iter…
18 …template<class V> struct v_iter<V, mpl::int_<5> > { typedef typename V::item5 type; typedef v_iter…
19 …template<class V> struct v_iter<V, mpl::int_<6> > { typedef typename V::item6 type; typedef v_iter…
20 …template<class V> struct v_iter<V, mpl::int_<7> > { typedef typename V::item7 type; typedef v_iter…
21 …template<class V> struct v_iter<V, mpl::int_<8> > { typedef typename V::item8 type; typedef v_iter…
22 …template<class V> struct v_iter<V, mpl::int_<9> > { typedef typename V::item9 type; typedef v_iter…
[all …]
H A Dvector150.hpp13 …template<class V> struct v_iter<V, mpl::int_<0> > { typedef typename V::item0 type; typedef v_iter…
14 …template<class V> struct v_iter<V, mpl::int_<1> > { typedef typename V::item1 type; typedef v_iter…
15 …template<class V> struct v_iter<V, mpl::int_<2> > { typedef typename V::item2 type; typedef v_iter…
16 …template<class V> struct v_iter<V, mpl::int_<3> > { typedef typename V::item3 type; typedef v_iter…
17 …template<class V> struct v_iter<V, mpl::int_<4> > { typedef typename V::item4 type; typedef v_iter…
18 …template<class V> struct v_iter<V, mpl::int_<5> > { typedef typename V::item5 type; typedef v_iter…
19 …template<class V> struct v_iter<V, mpl::int_<6> > { typedef typename V::item6 type; typedef v_iter…
20 …template<class V> struct v_iter<V, mpl::int_<7> > { typedef typename V::item7 type; typedef v_iter…
21 …template<class V> struct v_iter<V, mpl::int_<8> > { typedef typename V::item8 type; typedef v_iter…
22 …template<class V> struct v_iter<V, mpl::int_<9> > { typedef typename V::item9 type; typedef v_iter…
[all …]
H A Dvector200.hpp13 …template<class V> struct v_iter<V, mpl::int_<0> > { typedef typename V::item0 type; typedef v_iter…
14 …template<class V> struct v_iter<V, mpl::int_<1> > { typedef typename V::item1 type; typedef v_iter…
15 …template<class V> struct v_iter<V, mpl::int_<2> > { typedef typename V::item2 type; typedef v_iter…
16 …template<class V> struct v_iter<V, mpl::int_<3> > { typedef typename V::item3 type; typedef v_iter…
17 …template<class V> struct v_iter<V, mpl::int_<4> > { typedef typename V::item4 type; typedef v_iter…
18 …template<class V> struct v_iter<V, mpl::int_<5> > { typedef typename V::item5 type; typedef v_iter…
19 …template<class V> struct v_iter<V, mpl::int_<6> > { typedef typename V::item6 type; typedef v_iter…
20 …template<class V> struct v_iter<V, mpl::int_<7> > { typedef typename V::item7 type; typedef v_iter…
21 …template<class V> struct v_iter<V, mpl::int_<8> > { typedef typename V::item8 type; typedef v_iter…
22 …template<class V> struct v_iter<V, mpl::int_<9> > { typedef typename V::item9 type; typedef v_iter…
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/function_types/detail/synthesize_impl/
H A Darity50_1.hpp36 typedef typename mpl::begin<S> ::type iter_0;
37 typedef typename mpl::next< iter_0 > ::type iter_1;
38 typedef typename mpl::next< iter_1 > ::type iter_2;
39 typedef typename mpl::next< iter_2 > ::type iter_3;
40 typedef typename mpl::next< iter_3 > ::type iter_4;
41 typedef typename mpl::next< iter_4 > ::type iter_5;
42 typedef typename mpl::next< iter_5 > ::type iter_6;
43 typedef typename mpl::next< iter_6 > ::type iter_7;
44 typedef typename mpl::next< iter_7 > ::type iter_8;
45 typedef typename mpl::next< iter_8 > ::type iter_9;
[all …]
H A Darity50_0.hpp36 typedef typename mpl::begin<S> ::type iter_0;
37 typedef typename mpl::next< iter_0 > ::type iter_1;
38 typedef typename mpl::next< iter_1 > ::type iter_2;
39 typedef typename mpl::next< iter_2 > ::type iter_3;
40 typedef typename mpl::next< iter_3 > ::type iter_4;
41 typedef typename mpl::next< iter_4 > ::type iter_5;
42 typedef typename mpl::next< iter_5 > ::type iter_6;
43 typedef typename mpl::next< iter_6 > ::type iter_7;
44 typedef typename mpl::next< iter_7 > ::type iter_8;
45 typedef typename mpl::next< iter_8 > ::type iter_9;
[all …]
H A Darity40_0.hpp36 typedef typename mpl::begin<S> ::type iter_0;
37 typedef typename mpl::next< iter_0 > ::type iter_1;
38 typedef typename mpl::next< iter_1 > ::type iter_2;
39 typedef typename mpl::next< iter_2 > ::type iter_3;
40 typedef typename mpl::next< iter_3 > ::type iter_4;
41 typedef typename mpl::next< iter_4 > ::type iter_5;
42 typedef typename mpl::next< iter_5 > ::type iter_6;
43 typedef typename mpl::next< iter_6 > ::type iter_7;
44 typedef typename mpl::next< iter_7 > ::type iter_8;
45 typedef typename mpl::next< iter_8 > ::type iter_9;
[all …]
H A Darity40_1.hpp36 typedef typename mpl::begin<S> ::type iter_0;
37 typedef typename mpl::next< iter_0 > ::type iter_1;
38 typedef typename mpl::next< iter_1 > ::type iter_2;
39 typedef typename mpl::next< iter_2 > ::type iter_3;
40 typedef typename mpl::next< iter_3 > ::type iter_4;
41 typedef typename mpl::next< iter_4 > ::type iter_5;
42 typedef typename mpl::next< iter_5 > ::type iter_6;
43 typedef typename mpl::next< iter_6 > ::type iter_7;
44 typedef typename mpl::next< iter_7 > ::type iter_8;
45 typedef typename mpl::next< iter_8 > ::type iter_9;
[all …]
H A Darity30_1.hpp36 typedef typename mpl::begin<S> ::type iter_0;
37 typedef typename mpl::next< iter_0 > ::type iter_1;
38 typedef typename mpl::next< iter_1 > ::type iter_2;
39 typedef typename mpl::next< iter_2 > ::type iter_3;
40 typedef typename mpl::next< iter_3 > ::type iter_4;
41 typedef typename mpl::next< iter_4 > ::type iter_5;
42 typedef typename mpl::next< iter_5 > ::type iter_6;
43 typedef typename mpl::next< iter_6 > ::type iter_7;
44 typedef typename mpl::next< iter_7 > ::type iter_8;
45 typedef typename mpl::next< iter_8 > ::type iter_9;
[all …]
H A Darity30_0.hpp36 typedef typename mpl::begin<S> ::type iter_0;
37 typedef typename mpl::next< iter_0 > ::type iter_1;
38 typedef typename mpl::next< iter_1 > ::type iter_2;
39 typedef typename mpl::next< iter_2 > ::type iter_3;
40 typedef typename mpl::next< iter_3 > ::type iter_4;
41 typedef typename mpl::next< iter_4 > ::type iter_5;
42 typedef typename mpl::next< iter_5 > ::type iter_6;
43 typedef typename mpl::next< iter_6 > ::type iter_7;
44 typedef typename mpl::next< iter_7 > ::type iter_8;
45 typedef typename mpl::next< iter_8 > ::type iter_9;
[all …]
H A Darity20_0.hpp36 typedef typename mpl::begin<S> ::type iter_0;
37 typedef typename mpl::next< iter_0 > ::type iter_1;
38 typedef typename mpl::next< iter_1 > ::type iter_2;
39 typedef typename mpl::next< iter_2 > ::type iter_3;
40 typedef typename mpl::next< iter_3 > ::type iter_4;
41 typedef typename mpl::next< iter_4 > ::type iter_5;
42 typedef typename mpl::next< iter_5 > ::type iter_6;
43 typedef typename mpl::next< iter_6 > ::type iter_7;
44 typedef typename mpl::next< iter_7 > ::type iter_8;
45 typedef typename mpl::next< iter_8 > ::type iter_9;
[all …]
H A Darity20_1.hpp36 typedef typename mpl::begin<S> ::type iter_0;
37 typedef typename mpl::next< iter_0 > ::type iter_1;
38 typedef typename mpl::next< iter_1 > ::type iter_2;
39 typedef typename mpl::next< iter_2 > ::type iter_3;
40 typedef typename mpl::next< iter_3 > ::type iter_4;
41 typedef typename mpl::next< iter_4 > ::type iter_5;
42 typedef typename mpl::next< iter_5 > ::type iter_6;
43 typedef typename mpl::next< iter_6 > ::type iter_7;
44 typedef typename mpl::next< iter_7 > ::type iter_8;
45 typedef typename mpl::next< iter_8 > ::type iter_9;
[all …]
H A Darity10_0.hpp35 typedef typename mpl::begin<S> ::type iter_0;
38 < typename mpl::deref< iter_0 > ::type
53 typedef typename mpl::begin<S> ::type iter_0;
54 typedef typename mpl::next< iter_0 > ::type iter_1;
57 < typename mpl::deref< iter_0 > ::type
58 , typename mpl::deref< iter_1 > ::type
73 typedef typename mpl::begin<S> ::type iter_0;
74 typedef typename mpl::next< iter_0 > ::type iter_1;
75 typedef typename mpl::next< iter_1 > ::type iter_2;
78 < typename mpl::deref< iter_0 > ::type
[all …]
H A Darity10_1.hpp35 typedef typename mpl::begin<S> ::type iter_0;
36 typedef typename mpl::next< iter_0 > ::type iter_1;
39 < typename mpl::deref< iter_0 > ::type
41 typename mpl::deref< iter_1 > ::type > ::type
56 typedef typename mpl::begin<S> ::type iter_0;
57 typedef typename mpl::next< iter_0 > ::type iter_1;
58 typedef typename mpl::next< iter_1 > ::type iter_2;
61 < typename mpl::deref< iter_0 > ::type
63 typename mpl::deref< iter_1 > ::type > ::type
64 , typename mpl::deref< iter_2 > ::type
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/range/detail/
H A Dremove_extent.hpp26 template< typename Case1 = mpl::true_,
27 typename Type1 = mpl::void_,
28 typename Case2 = mpl::true_,
29 typename Type2 = mpl::void_,
30 typename Case3 = mpl::true_,
31 typename Type3 = mpl::void_,
32 typename Case4 = mpl::true_,
33 typename Type4 = mpl::void_,
34 typename Case5 = mpl::true_,
35 typename Type5 = mpl::void_,
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/iostreams/detail/
H A Dselect.hpp40 typedef mpl::true_ else_;
42 template< typename Case1 = mpl::true_,
43 typename Type1 = mpl::void_,
44 typename Case2 = mpl::true_,
45 typename Type2 = mpl::void_,
46 typename Case3 = mpl::true_,
47 typename Type3 = mpl::void_,
48 typename Case4 = mpl::true_,
49 typename Type4 = mpl::void_,
50 typename Case5 = mpl::true_,
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/detail/preprocessed/
H A Dargs.hpp18mpl::void_ child1; typedef mpl::void_ child2; typedef mpl::void_ child3; typedef mpl::void_ child4…
32mpl::void_ child1; typedef mpl::void_ child2; typedef mpl::void_ child3; typedef mpl::void_ child4…
46mpl::void_ child2; typedef mpl::void_ child3; typedef mpl::void_ child4; typedef mpl::void_ child5…
60mpl::void_ child3; typedef mpl::void_ child4; typedef mpl::void_ child5; typedef mpl::void_ child6…
74 …ypedef mpl::void_ child4; typedef mpl::void_ child5; typedef mpl::void_ child6; typedef mpl::void_…
88 …typedef mpl::void_ child5; typedef mpl::void_ child6; typedef mpl::void_ child7; typedef mpl::void…
102 …typedef mpl::void_ child6; typedef mpl::void_ child7; typedef mpl::void_ child8; typedef mpl::void…
116 typedef mpl::void_ child7; typedef mpl::void_ child8; typedef mpl::void_ child9;
130 typedef mpl::void_ child8; typedef mpl::void_ child9;
144 typedef mpl::void_ child9;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/detail/
H A Dbitscan.hpp20 inline unsigned find_lsb(Unsigned mask, const mpl::int_<0>&) in find_lsb()
32 inline unsigned find_msb(Unsigned mask, const mpl::int_<0>&) in find_msb()
47 BOOST_FORCEINLINE unsigned find_lsb(unsigned long mask, const mpl::int_<1>&) in find_lsb()
54 BOOST_FORCEINLINE unsigned find_msb(unsigned long mask, const mpl::int_<1>&) in find_msb()
64 BOOST_FORCEINLINE unsigned find_lsb(unsigned __int64 mask, const mpl::int_<2>&) in find_lsb()
71 BOOST_FORCEINLINE unsigned find_msb(Unsigned mask, const mpl::int_<2>&) in find_msb()
83 typedef typename mpl::if_c< in find_lsb()
85 mpl::int_<1>, in find_lsb()
87 typename mpl::if_c< in find_lsb()
89 mpl::int_<2>, in find_lsb()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/iterator/
H A Diterator_categories.hpp78 : mpl::eval_if<
80 , mpl::identity<random_access_traversal_tag>
81 , mpl::eval_if<
83 , mpl::identity<bidirectional_traversal_tag>
84 , mpl::eval_if<
86 , mpl::identity<forward_traversal_tag>
87 , mpl::eval_if<
89 , mpl::identity<single_pass_traversal_tag>
90 , mpl::eval_if<
92 , mpl::identity<incrementable_traversal_tag>
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/numeric/conversion/detail/
H A Dis_subranged.hpp40 typedef mpl::true_ type ;
62 typedef mpl::int_< ::std::numeric_limits<S>::digits > S_digits ;
63 typedef mpl::int_< ::std::numeric_limits<T>::digits > T_digits ;
68 typedef mpl::int_<2> Two ;
70 typedef typename mpl::multiplies<S_digits,Two>::type S_digits_times_2 ;
72 typedef typename mpl::less<u_T_digits,S_digits_times_2>::type type ;
81 typedef mpl::int_< ::std::numeric_limits<S>::digits > S_digits ;
82 typedef mpl::int_< ::std::numeric_limits<T>::digits > T_digits ;
84 typedef typename mpl::less<T_digits,S_digits>::type type ;
91 typedef mpl::false_ type ;
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/variant/
H A Dvariant.hpp131 typedef typename mpl::transform1<Sequence, F>::type transformed_;
132 typedef typename mpl::max_element<transformed_
138 typedef typename mpl::deref<max_it>::type
147 : mpl::size_t<
174 typedef typename mpl::deref<Iterator>::type t_;
177 typedef mpl::not_< has_nothrow_constructor<t_> > type;
186 typedef typename mpl::end<Types>::type end_it;
190 typedef typename mpl::iter_fold_if<
192 , mpl::int_<0>, mpl::protect< mpl::next<> >
193 , mpl::protect< find_fallback_type_pred >
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/
H A Dassert.hpp127 boost::mpl::aux::weighted_tag<1>::type operator==( assert_, assert_ );
128 boost::mpl::aux::weighted_tag<2>::type operator!=( assert_, assert_ );
129 boost::mpl::aux::weighted_tag<3>::type operator>( assert_, assert_ );
130 boost::mpl::aux::weighted_tag<4>::type operator>=( assert_, assert_ );
131 boost::mpl::aux::weighted_tag<5>::type operator<( assert_, assert_ );
132 boost::mpl::aux::weighted_tag<6>::type operator<=( assert_, assert_ );
150 typedef typename ::boost::mpl::if_c<p_type::value,
160 typedef typename ::boost::mpl::if_c<!p_type::value,
162 failed ************ ::boost::mpl::not_<P>::************
193 failed ************ (boost::mpl::not_<Pred>::************
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/support/
H A Dattributes.hpp79 mpl::and_<
82 mpl::equal<T, Expected, is_substitute<mpl::_1, mpl::_2> >
85 : mpl::true_ {};
90 mpl::and_<
96 : mpl::true_ {};
110 : mpl::true_ {};
154 mpl::and_<
159 : mpl::true_ {};
166 mpl::and_<
169 , mpl::equal<T, Expected, is_weak_substitute<mpl::_1, mpl::_2> > >
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/support/nonterminal/
H A Dextract_param.hpp46 typedef typename mpl::find_if<Types, Pred>::type pos;
49 mpl::eval_if<
50 is_same<pos, typename mpl::end<Types>::type>
51 , mpl::identity<Default>
52 , mpl::deref<pos>
63 , is_locals<mpl::_>
76 , traits::matches<Domain, mpl::_>
84 struct make_function_type : mpl::identity<T()> {};
93 , mpl::or_<
94 function_types::is_function<mpl::_>
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/math/policies/
H A Dpolicy.hpp121 template <type N = Default> struct name : public boost::mpl::int_<N>{};\
133 …template <class T> struct is_##name : public boost::mpl::bool_< ::boost::math::policies::detail::i…
136 template <bool N = Default> struct name : public boost::mpl::bool_<N>{};\
148 …template <class T> struct is_##name : public boost::mpl::bool_< ::boost::math::policies::detail::i…
151 template <Type N = Default> struct name : public boost::mpl::int_<N>{};\
167 …template <class T> struct is_##name : public boost::mpl::bool_< ::boost::math::policies::detail::i…
173 template <bool N = Default> struct name : public boost::mpl::bool_<N>{};\
189 …template <class T> struct is_##name : public boost::mpl::bool_< ::boost::math::policies::detail::i…
263 typedef typename mpl::if_c<
270 typedef typename mpl::if_c<
[all …]

12345678910>>...62