Home
last modified time | relevance | path

Searched full:mpl (Results 1 – 25 of 2038) sorted by relevance

12345678910>>...82

/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.hpp17 #include <boost/mpl/eval_if.hpp>
18 #include <boost/mpl/identity.hpp>
26 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_,
[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.hpp9 // nested mpl if_'s.
22 // Here case1, case2, ... are models of MPL::IntegralConstant with value type
33 #include <boost/mpl/eval_if.hpp>
34 #include <boost/mpl/identity.hpp>
35 #include <boost/mpl/if.hpp>
36 #include <boost/mpl/void.hpp>
40 typedef mpl::true_ else_;
42 template< typename Case1 = mpl::true_,
43 typename Type1 = mpl::void_,
44 typename Case2 = 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/geometry/util/
H A Dcombine_if.hpp20 #include <boost/mpl/fold.hpp>
21 #include <boost/mpl/if.hpp>
22 #include <boost/mpl/bind.hpp>
23 #include <boost/mpl/set.hpp>
24 #include <boost/mpl/insert.hpp>
25 #include <boost/mpl/placeholders.hpp>
42 typedef boost::mpl::vector<boost::mpl::int_<0>, boost::mpl::int_<1> > types;
44 typedef boost::mpl::vector<
45 pair<boost::mpl::int_<1>, boost::mpl::int_<1> >,
46 pair<boost::mpl::int_<1>, boost::mpl::int_<0> >,
[all …]
H A Dcompress_variant.hpp23 #include <boost/mpl/equal_to.hpp>
24 #include <boost/mpl/fold.hpp>
25 #include <boost/mpl/front.hpp>
26 #include <boost/mpl/if.hpp>
27 #include <boost/mpl/insert.hpp>
28 #include <boost/mpl/int.hpp>
29 #include <boost/mpl/set.hpp>
30 #include <boost/mpl/size.hpp>
31 #include <boost/mpl/vector.hpp>
44 boost::mpl::fold<
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/
H A Dassert.hpp11 // See http://www.boost.org/libs/mpl for documentation.
17 #include <boost/mpl/not.hpp>
18 #include <boost/mpl/aux_/value_wknd.hpp>
19 #include <boost/mpl/aux_/nested_type_wknd.hpp>
20 #include <boost/mpl/aux_/yes_no.hpp>
21 #include <boost/mpl/aux_/na.hpp>
22 #include <boost/mpl/aux_/adl_barrier.hpp>
24 #include <boost/mpl/aux_/config/nttp.hpp>
25 #include <boost/mpl/aux_/config/dtp.hpp>
26 #include <boost/mpl/aux_/config/gcc.hpp>
[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.hpp9 #include <boost/mpl/list.hpp>
10 #include <boost/mpl/contains.hpp>
11 #include <boost/mpl/if.hpp>
12 #include <boost/mpl/find_if.hpp>
13 #include <boost/mpl/remove_if.hpp>
14 #include <boost/mpl/vector.hpp>
15 #include <boost/mpl/push_back.hpp>
16 #include <boost/mpl/at.hpp>
17 #include <boost/mpl/size.hpp>
18 #include <boost/mpl/comparison.hpp>
[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.hpp15 # include <boost/mpl/eval_if.hpp>
16 # include <boost/mpl/identity.hpp>
17 # include <boost/mpl/placeholders.hpp>
18 # include <boost/mpl/aux_/lambda_support.hpp>
78 : 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>
[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 Dmeta.hpp15 #include "boost/mpl/if.hpp"
16 #include "boost/mpl/eval_if.hpp"
17 #include "boost/mpl/equal_to.hpp"
18 #include "boost/mpl/not.hpp"
19 #include "boost/mpl/and.hpp"
20 #include "boost/mpl/bool.hpp"
21 #include "boost/mpl/identity.hpp"
34 typedef mpl::bool_<value> type;
43 typedef mpl::bool_<(
54 // {Value,Case(X)Val} are Integral Constants (such as: mpl::int_<>)
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/detail/
H A Dindirect_traits.hpp21 # include <boost/mpl/eval_if.hpp>
22 # include <boost/mpl/if.hpp>
23 # include <boost/mpl/bool.hpp>
24 # include <boost/mpl/and.hpp>
25 # include <boost/mpl/not.hpp>
26 # include <boost/mpl/aux_/lambda_support.hpp>
34 struct is_reference_to_const : mpl::false_
39 struct is_reference_to_const<T const&> : mpl::true_
45 struct is_reference_to_const<T const volatile&> : mpl::true_
51 struct is_reference_to_function : mpl::false_
[all …]

12345678910>>...82