Home
last modified time | relevance | path

Searched refs:BOOST_PP_CAT (Results 1 – 25 of 195) sorted by relevance

12345678

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/container/vector/detail/cpp03/
H A Dvector_n.hpp34 this->BOOST_PP_CAT(m, n) = vec.BOOST_PP_CAT(m, n);
37 this->BOOST_PP_CAT(m, n) = *BOOST_PP_CAT(i, n);
40 this->BOOST_PP_CAT(m, n) = std::forward< \
41 BOOST_PP_CAT(T, n)>(vec.BOOST_PP_CAT(m, n));
53 BOOST_PP_CAT(I, BOOST_PP_DEC(n))>::type BOOST_PP_CAT(I, n); \
54 BOOST_PP_CAT(I, n) BOOST_PP_CAT(i, n) \
55 = fusion::next(BOOST_PP_CAT(i, BOOST_PP_DEC(n)));
62 struct BOOST_PP_CAT(vector_data, N) in BOOST_PP_CAT() function
65 BOOST_PP_CAT(vector_data, N)() in BOOST_PP_CAT()
84 BOOST_PP_CAT(vector_data, N)(BOOST_PP_ENUM_BINARY_PARAMS(N, U, && arg) in BOOST_PP_CAT()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/aux_/
H A Dlogical_op.hpp64 struct BOOST_PP_CAT(AUX778076_OP_NAME,impl) in BOOST_PP_CAT() function
65 : BOOST_PP_CAT(AUX778076_OP_VALUE1,_) in BOOST_PP_CAT()
70 struct BOOST_PP_CAT(AUX778076_OP_NAME,impl)< AUX778076_OP_VALUE2,AUX778076_PARAMS(T, 1) > in BOOST_PP_CAT() function
71 : BOOST_PP_CAT(AUX778076_OP_NAME,impl)< in BOOST_PP_CAT()
74 , BOOST_PP_CAT(AUX778076_OP_VALUE2,_) in BOOST_PP_CAT()
80 struct BOOST_PP_CAT(AUX778076_OP_NAME,impl)< in BOOST_PP_CAT() function
82 , AUX778076_SPEC_PARAMS(BOOST_PP_CAT(AUX778076_OP_VALUE2,_)) in BOOST_PP_CAT()
84 : BOOST_PP_CAT(AUX778076_OP_VALUE2,_) in BOOST_PP_CAT()
90 template< bool C_ > struct BOOST_PP_CAT(AUX778076_OP_NAME,impl)
93 : BOOST_PP_CAT(AUX778076_OP_VALUE1,_)
[all …]
H A Dreverse_fold_impl_body.hpp34 , BOOST_PP_CAT(fwd_state,n_) \
35 , AUX778076_FOLD_IMPL_OP(BOOST_PP_CAT(iter,n_)) \
36 >::type BOOST_PP_CAT(fwd_state,BOOST_PP_INC(n_)); \
37 typedef typename mpl::next<BOOST_PP_CAT(iter,n_)>::type \
38 BOOST_PP_CAT(iter,BOOST_PP_INC(n_)); \
44 , BOOST_PP_CAT(bkwd_state,n_) \
45 , AUX778076_FOLD_IMPL_OP(BOOST_PP_CAT(iter,BOOST_PP_DEC(n_))) \
46 >::type BOOST_PP_CAT(bkwd_state,BOOST_PP_DEC(n_)); \
56 typedef typename nested_chunk::state BOOST_PP_CAT(bkwd_state,n_);
60 BOOST_PP_CAT(AUX778076_FOLD_IMPL_NAME_PREFIX,_impl) \
[all …]
H A Dfold_impl_body.hpp34 , BOOST_PP_CAT(state,i) \
35 , AUX778076_FOLD_IMPL_OP(BOOST_PP_CAT(iter,i)) \
36 >::type BOOST_PP_CAT(state,BOOST_PP_INC(i)); \
37 typedef typename mpl::next<BOOST_PP_CAT(iter,i)>::type \
38 BOOST_PP_CAT(iter,BOOST_PP_INC(i)); \
42 BOOST_PP_CAT(AUX778076_FOLD_IMPL_NAME_PREFIX,_impl) \
46 BOOST_PP_CAT(AUX778076_FOLD_IMPL_NAME_PREFIX,_chunk) \
218 struct BOOST_PP_CAT(AUX778076_FOLD_IMPL_NAME_PREFIX,_step);
224 struct BOOST_PP_CAT(AUX778076_FOLD_IMPL_NAME_PREFIX,_null_step) in BOOST_PP_CAT() function
243 , BOOST_PP_CAT(AUX778076_FOLD_IMPL_NAME_PREFIX,_null_step)<Last,State>
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/preprocessor/iteration/
H A Diterate.hpp29 # define BOOST_PP_ITERATION() BOOST_PP_CAT(BOOST_PP_ITERATION_, BOOST_PP_ITERATION_DEPTH())
33 # define BOOST_PP_ITERATION_START() BOOST_PP_CAT(BOOST_PP_ITERATION_START_, BOOST_PP_ITERATION_DEPT…
34 # define BOOST_PP_ITERATION_FINISH() BOOST_PP_CAT(BOOST_PP_ITERATION_FINISH_, BOOST_PP_ITERATION_DE…
38 # define BOOST_PP_ITERATION_FLAGS() (BOOST_PP_CAT(BOOST_PP_ITERATION_FLAGS_, BOOST_PP_ITERATION_DEP…
42 # define BOOST_PP_FRAME_ITERATION(i) BOOST_PP_CAT(BOOST_PP_ITERATION_, i)
46 # define BOOST_PP_FRAME_START(i) BOOST_PP_CAT(BOOST_PP_ITERATION_START_, i)
47 # define BOOST_PP_FRAME_FINISH(i) BOOST_PP_CAT(BOOST_PP_ITERATION_FINISH_, i)
51 # define BOOST_PP_FRAME_FLAGS(i) (BOOST_PP_CAT(BOOST_PP_ITERATION_FLAGS_, i)())
55 # define BOOST_PP_RELATIVE_ITERATION(i) BOOST_PP_CAT(BOOST_PP_RELATIVE_, i)(BOOST_PP_ITERATION_)
57 # define BOOST_PP_RELATIVE_0(m) BOOST_PP_CAT(m, BOOST_PP_ITERATION_DEPTH())
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/vector/aux_/
H A Dnumbered_c.hpp30 BOOST_PP_CAT(BOOST_PP_CAT(vector,i_),_c)<T \
40 struct BOOST_PP_CAT(BOOST_PP_CAT(vector,i_),_c) in BOOST_PP_CAT() function
42 integral_c<T,BOOST_PP_CAT(C,BOOST_PP_DEC(i_))> in BOOST_PP_CAT()
46 typedef BOOST_PP_CAT(BOOST_PP_CAT(vector,i_),_c) type; in BOOST_PP_CAT()
57 integral_c<T,BOOST_PP_CAT(param,i_)> \
64 struct BOOST_PP_CAT(BOOST_PP_CAT(vector,i_),_c) in BOOST_PP_CAT() function
65 : BOOST_PP_CAT(vector,i_)< BOOST_PP_REPEAT(i_,AUX778076_VECTOR_C_PARAM_FUNC,C) > in BOOST_PP_CAT()
67 typedef BOOST_PP_CAT(BOOST_PP_CAT(vector,i_),_c) type; in BOOST_PP_CAT()
H A Dnumbered.hpp30 BOOST_PP_CAT(vector,i_)< \
39 struct BOOST_PP_CAT(vector,i_) in BOOST_PP_CAT() function
41 BOOST_PP_CAT(T,BOOST_PP_DEC(i_)) in BOOST_PP_CAT()
45 typedef BOOST_PP_CAT(vector,i_) type; in BOOST_PP_CAT()
58 struct BOOST_PP_CAT(vector,i_) in BOOST_PP_CAT() function
61 typedef BOOST_PP_CAT(vector,i_) type; in BOOST_PP_CAT()
64 typedef BOOST_PP_CAT(T,i_) BOOST_PP_CAT(item,i_); \ in BOOST_PP_CAT()
69 typedef void_ BOOST_PP_CAT(item,i_); in BOOST_PP_CAT() typedef
70 typedef BOOST_PP_CAT(T,BOOST_PP_DEC(i_)) back; in BOOST_PP_CAT()
82 typedef BOOST_PP_CAT(vector,i_)<
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/transform/detail/
H A Dfold_impl.hpp8BOOST_PP_CAT(proto_child, N) \
15 … , BOOST_PP_CAT(state, N) \
18BOOST_PP_CAT(state, BOOST_PP_INC(N)); \
22BOOST_PP_CAT(state, BOOST_PP_INC(N)) \
23BOOST_PP_CAT(s, BOOST_PP_INC(N)) \
26 … , BOOST_PP_CAT(state, N) \
30 … , BOOST_PP_CAT(s, N) \
42 … , BOOST_PP_CAT(state, BOOST_PP_SUB(DATA, N)) \
45BOOST_PP_CAT(state, BOOST_PP_SUB(DATA, BOOST_PP_INC(N))); \
49BOOST_PP_CAT(state, BOOST_PP_SUB(DATA, BOOST_PP_INC(N))) \
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/typeof/
H A Dregister_functions_iterate.hpp14 typedef R BOOST_PP_CAT(P, n); typedef
21 typedef R BOOST_PP_CAT(P, n); typedef
30 typedef BOOST_PP_CAT(p, n)(*type)(BOOST_PP_ENUM_PARAMS(n, p));
31 typedef BOOST_PP_CAT(iter, BOOST_PP_INC(n)) iter;
39 typedef BOOST_PP_CAT(p, n)(*type)(BOOST_PP_ENUM_PARAMS(n, p) ...);
40 typedef BOOST_PP_CAT(iter, BOOST_PP_INC(n)) iter;
50 typedef R BOOST_PP_CAT(P, n); typedef
57 typedef R BOOST_PP_CAT(P, n); typedef
66 typedef BOOST_PP_CAT(p, n)(&type)(BOOST_PP_ENUM_PARAMS(n, p));
67 typedef BOOST_PP_CAT(iter, BOOST_PP_INC(n)) iter;
[all …]
H A Dtype_template_param.hpp23 BOOST_PP_CAT(V, n),\
24 BOOST_PP_CAT(P, n)\
25 >::type BOOST_PP_CAT(V, BOOST_PP_INC(n));
28 typedef boost::type_of::decode_type< BOOST_PP_CAT(iter, n) > BOOST_PP_CAT(d, n);\
29 typedef typename BOOST_PP_CAT(d, n)::type BOOST_PP_CAT(P, n);\
30 typedef typename BOOST_PP_CAT(d, n)::iter BOOST_PP_CAT(iter, BOOST_PP_INC(n));
34 #define BOOST_TYPEOF_TYPE_PARAM_PLACEHOLDER_TYPES(Param, n) BOOST_PP_CAT(T,n)
H A Dtemplate_template_param.hpp26 typedef typename boost::type_of::encode_template<BOOST_PP_CAT(V, n),\
27BOOST_PP_CAT(P, n)<BOOST_TYPEOF_SEQ_ENUM(BOOST_TYPEOF_MAKE_OBJS(BOOST_TYPEOF_TEMPLATE_PARAM_GETPAR…
28 >::type BOOST_PP_CAT(V, BOOST_PP_INC(n));
31 typedef boost::type_of::decode_template< BOOST_PP_CAT(iter, n) > BOOST_PP_CAT(d, n);\
32 typedef typename BOOST_PP_CAT(d, n)::type BOOST_PP_CAT(P, n);\
33 typedef typename BOOST_PP_CAT(d, n)::iter BOOST_PP_CAT(iter,BOOST_PP_INC(n));
47BOOST_PP_CAT(T,n)<BOOST_TYPEOF_SEQ_ENUM_1(BOOST_TYPEOF_MAKE_OBJS(BOOST_TYPEOF_TEMPLATE_PARAM_GETPA…
94 #define BOOST_TYPEOF_TYPEDEF_INT_PN(z,n,Params) typedef int BOOST_PP_CAT(P,n);
97 #define BOOST_TYPEOF_DECODE_NESTED_TEMPLATE_HELPER_NAME BOOST_PP_CAT(\
98 BOOST_PP_CAT(\
[all …]
H A Dintegral_template_param.hpp59 BOOST_PP_CAT(V, n),\
61 BOOST_PP_CAT(P, n)\
62 >::type BOOST_PP_CAT(V, BOOST_PP_INC(n));
65 …decode_integral<BOOST_TYPEOF_INTEGRAL_PARAM_GETTYPE(This), BOOST_PP_CAT(iter, n)> BOOST_PP_CAT(d, …
66 …static const BOOST_TYPEOF_INTEGRAL_PARAM_GETTYPE(This) BOOST_PP_CAT(P, n) = BOOST_PP_CAT(d, n)::va…
67 typedef typename BOOST_PP_CAT(d, n)::iter BOOST_PP_CAT(iter, BOOST_PP_INC(n));
76 BOOST_PP_CAT(T,n)
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/map/aux_/
H A Dnumbered.hpp29 BOOST_PP_CAT(map,i_)< \
40 struct BOOST_PP_CAT(map,i_) in BOOST_PP_CAT() function
42 typename BOOST_PP_CAT(P,BOOST_PP_DEC(i_))::first in BOOST_PP_CAT()
43 , typename BOOST_PP_CAT(P,BOOST_PP_DEC(i_))::second in BOOST_PP_CAT()
47 typedef BOOST_PP_CAT(map,i_) type; in BOOST_PP_CAT()
57 typedef typename Map::BOOST_PP_CAT(item,BOOST_PP_DEC(i_)) type;
64 typedef pair<Key,T> BOOST_PP_CAT(item,BOOST_PP_DEC(i_)); typedef
74 typedef typename Map::BOOST_PP_CAT(item,BOOST_PP_DEC(i_)) type;
84 typedef pair<Key,T> BOOST_PP_CAT(item,BOOST_PP_DEC(i_)); typedef
93 struct BOOST_PP_CAT(map,i_) in BOOST_PP_CAT() function
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/detail/
H A Dtraits.hpp9 … typedef BOOST_PP_CAT(DATA, N) BOOST_PP_CAT(proto_child, N); \
63 …typedef proto::expr<proto::tag::function, BOOST_PP_CAT(list, N)<BOOST_PP_ENUM_PARAMS(N, A)>, N> ty…
64 …typedef proto::basic_expr<proto::tag::function, BOOST_PP_CAT(list, N)<BOOST_PP_ENUM_PARAMS(N, A)>,…
78 , detail::if_vararg<BOOST_PP_CAT(A, BOOST_PP_DEC(N))> BOOST_PP_INTERCEPT
108 typedef proto::expr<Tag, BOOST_PP_CAT(list, N)<BOOST_PP_ENUM_PARAMS(N, A)>, N> type;
109 …typedef proto::basic_expr<Tag, BOOST_PP_CAT(list, N)<BOOST_PP_ENUM_PARAMS(N, A)>, N> proto_grammar;
123 , detail::if_vararg<BOOST_PP_CAT(A, BOOST_PP_DEC(N))> BOOST_PP_INTERCEPT
134 : is_same<BOOST_PP_CAT(A, BOOST_PP_DEC(N)), callable>
156 typedef typename Expr::BOOST_PP_CAT(proto_child, N) value_type;
163 …typedef typename detail::expr_traits<typename Expr::BOOST_PP_CAT(proto_child, N)>::value_type type;
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/
H A Dbind.hpp77 BOOST_PP_CAT(apply_wrap,BOOST_MPL_LIMIT_METAFUNCTION_ARITY) \
375 struct BOOST_PP_CAT(quote,i_);
382 struct BOOST_PP_CAT(bind,i_)< in BOOST_PP_CAT() function
383 BOOST_PP_CAT(quote,i_)<AUX778076_SPEC_NAME,Tag> in BOOST_PP_CAT()
414 struct BOOST_PP_CAT(bind,i_) in BOOST_PP_CAT() function
443 typename BOOST_PP_CAT(t,BOOST_PP_INC(i_))::type \ in BOOST_PP_CAT()
446 typedef typename BOOST_PP_CAT(apply_wrap,i_)< in BOOST_PP_CAT()
463 BOOST_PP_CAT(bind,i_)<F AUX778076_BIND_N_PARAMS(i_,T)>,AUX778076_BIND_PARAMS(U)
466 typedef BOOST_PP_CAT(bind,i_)<F AUX778076_BIND_N_PARAMS(i_,T)> f_;
476 is_bind_helper(BOOST_PP_CAT(bind,i_)<F AUX778076_BIND_N_PARAMS(i_,T)>*);
[all …]
H A Dassert.hpp255 , BOOST_PP_CAT(mpl_assertion_in_line_,BOOST_MPL_AUX_PP_COUNTER()) = sizeof( \
270 , BOOST_PP_CAT(mpl_assertion_in_line_,BOOST_MPL_AUX_PP_COUNTER()) = sizeof( \
287 , BOOST_PP_CAT(mpl_assertion_in_line_,BOOST_MPL_AUX_PP_COUNTER()) = sizeof( \
300 BOOST_PP_CAT(mpl_assertion_in_line_,BOOST_MPL_AUX_PP_COUNTER()) = sizeof( \
311 , BOOST_PP_CAT(mpl_assertion_in_line_,BOOST_MPL_AUX_PP_COUNTER()) = sizeof( \
329 enum { BOOST_PP_CAT(mpl_assert_rel_value,counter) = (x rel y) }; \
332 , BOOST_PP_CAT(mpl_assertion_in_line_,counter) = sizeof( \
333 boost::mpl::assertion_failed<BOOST_PP_CAT(mpl_assert_rel_value,counter)>( \
348 , BOOST_PP_CAT(mpl_assert_rel,counter) = sizeof( \
352 BOOST_MPL_AUX_ASSERT_CONSTANT( bool, BOOST_PP_CAT(mpl_assert_rel_value,counter) = (x rel y) ); \
[all …]
H A Dapply_wrap.hpp92 #define AUX778076_MSVC_DTW_NAME BOOST_PP_CAT(msvc_apply,i_)
100 struct BOOST_PP_CAT(apply_wrap,i_) in BOOST_PP_CAT() function
103 typedef typename BOOST_PP_CAT(msvc_apply,i_)<F>::template result_< in BOOST_PP_CAT()
114 struct BOOST_PP_CAT(apply_wrap_impl,i_);
123 struct BOOST_PP_CAT(apply_wrap,i_) in BOOST_PP_CAT() function
124 : BOOST_PP_CAT(apply_wrap_impl,i_)< in BOOST_PP_CAT()
141 struct BOOST_PP_CAT(apply_wrap,i_) function
156 struct BOOST_PP_CAT(apply_wrap,i_)<F,true_> function
167 struct BOOST_PP_CAT(apply_wrap,i_)<AUX778076_APPLY_WRAP_SPEC_PARAMS(i_, int)> function
198 struct BOOST_PP_CAT(apply_wrap_impl,i_)< function
[all …]
H A Dvector_c.hpp28 BOOST_PP_CAT(BOOST_PP_CAT(vector,BOOST_MPL_LIMIT_VECTOR_SIZE),_c).hpp \
32 BOOST_PP_CAT(BOOST_PP_CAT(vector,BOOST_MPL_LIMIT_VECTOR_SIZE),_c)##.hpp \
55 # define AUX778076_SEQUENCE_NAME_N(n) BOOST_PP_CAT(BOOST_PP_CAT(vector,n),_c)
56 # define AUX778076_SEQUENCE_CONVERT_CN_TO(z,n,TARGET) TARGET(BOOST_PP_CAT(C,n))
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/phoenix/function/
H A Dadapt_function.hpp19 struct BOOST_PP_CAT(NAME, _impl_nullary) \
33 detail0:: BOOST_PP_CAT(NAME, _impl_nullary) \
38 function_eval<detail0:: BOOST_PP_CAT(NAME, _impl_nullary)> \
39 ::make(detail0:: BOOST_PP_CAT(NAME, _impl_nullary)()); \
46 struct BOOST_PP_CAT(BOOST_PP_CAT(NAME, _impl_), N) \
68 detail1:: BOOST_PP_CAT(BOOST_PP_CAT(NAME, _impl_), N) \
74 detail1:: BOOST_PP_CAT(BOOST_PP_CAT(NAME, _impl_), N) \
77 detail1:: BOOST_PP_CAT(BOOST_PP_CAT(NAME, _impl_), N)() \
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/phoenix/support/
H A Dvector.hpp52 typedef BOOST_PP_CAT(A, N) BOOST_PP_CAT(member_type, N); \
53 BOOST_PP_CAT(A, N) BOOST_PP_CAT(a, N); \
56 (BOOST_PP_CAT(A, N)) \
59 (BOOST_PP_CAT(T, N)) \
62 (BOOST_PP_CAT(A, N), BOOST_PP_CAT(a, N)) \
109 struct BOOST_PP_CAT(vector, BOOST_PHOENIX_ITERATION) in BOOST_PP_CAT() function
117BOOST_PP_CAT(vector, BOOST_PP_DEC(BOOST_PHOENIX_ITERATION))<BOOST_PP_ENUM_SHIFTED_PARAMS(BOOST_PHO… in BOOST_PP_CAT()
133 typedef BOOST_PP_CAT(vector, BOOST_PHOENIX_ITERATION)<BOOST_PHOENIX_A> type;
143 BOOST_PP_CAT( \
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/phoenix/operator/detail/
H A Ddefine_operator.hpp33 BOOST_PP_CAT(make_, name); \
38 struct BOOST_PP_CAT(make_, name) \
40 functional:: BOOST_PP_CAT(make_, name)( \
48 typename result_of::BOOST_PP_CAT(make_, name)<Operand>::type \
49 BOOST_PP_CAT(make_, name)(Operand const & operand) \
51 return functional::BOOST_PP_CAT(make_, name)()(operand); \
73 BOOST_PP_CAT(make_, name); \
78 struct BOOST_PP_CAT(make_, name) \
80 functional:: BOOST_PP_CAT(make_, name)( \
88 typename result_of::BOOST_PP_CAT(make_, name)<Rhs, Lhs>::type \
[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 Dargument.hpp30 BOOST_PP_CAT(BOOST_PP_CAT(_, BOOST_PP_INC(n)), _type); \
32 BOOST_PP_CAT(_, BOOST_PP_INC(n)) = \
33 BOOST_PP_CAT(BOOST_PP_CAT(_, BOOST_PP_INC(n)), _type)(); \
37 using spirit::BOOST_PP_CAT(BOOST_PP_CAT(_, n), _type); \
38 using spirit::BOOST_PP_CAT(_, n); \
45 BOOST_PP_CAT(BOOST_PP_CAT(_, BOOST_PP_INC(n)), _type); \
49 using spirit::BOOST_PP_CAT(BOOST_PP_CAT(_, n), _type); \
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/phoenix/core/detail/
H A Dexpression.hpp119 BOOST_PP_CAT( \
180 struct BOOST_PP_CAT(make_, BOOST_PP_SEQ_HEAD(BOOST_PP_SEQ_REVERSE(NAME_SEQ))) \
183 BOOST_PP_CAT( \
195 result_of::BOOST_PP_CAT( \
201 BOOST_PP_CAT( \
209 functional::BOOST_PP_CAT( \
305 struct BOOST_PP_CAT(make_, BOOST_PP_SEQ_HEAD(BOOST_PP_SEQ_REVERSE(NAME_SEQ))) \
307 functional:: BOOST_PP_CAT(make_, BOOST_PP_SEQ_HEAD(BOOST_PP_SEQ_REVERSE(NAME_SEQ)))( \
318 struct BOOST_PP_CAT(make_, NAME) <BOOST_PHOENIX_A(N)> \
320 functional:: BOOST_PP_CAT(make_, NAME)( \
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/set/aux_/
H A Dnumbered_c.hpp26 BOOST_PP_CAT(BOOST_PP_CAT(set,i_),_c)< \
35 struct BOOST_PP_CAT(BOOST_PP_CAT(set,i_),_c) in BOOST_PP_CAT() function
37 integral_c<T,BOOST_PP_CAT(C,BOOST_PP_DEC(i_))> in BOOST_PP_CAT()
41 typedef BOOST_PP_CAT(BOOST_PP_CAT(set,i_),_c) type; in BOOST_PP_CAT()
/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.hpp78 struct BOOST_PP_CAT(result_of_it_,BOOST_FUSION_FOLD_NAME) in BOOST_FUSION_FOLD_IMPL_ENABLER() function
82 struct BOOST_PP_CAT(result_of_it_,BOOST_FUSION_FOLD_NAME)<0,It,State,F in BOOST_FUSION_FOLD_IMPL_ENABLER()
100 struct BOOST_PP_CAT(result_of_it_,BOOST_FUSION_FOLD_NAME)<SeqSize,It,State,F in BOOST_FUSION_FOLD_IMPL_ENABLER()
133 : BOOST_PP_CAT(result_of_it_,BOOST_FUSION_FOLD_NAME)< in BOOST_FUSION_FOLD_IMPL_ENABLER()
148 inline typename BOOST_PP_CAT(result_of_it_,BOOST_FUSION_FOLD_NAME)< in BOOST_FUSION_FOLD_IMPL_ENABLER() function
154BOOST_PP_CAT(it_,BOOST_FUSION_FOLD_NAME)(mpl::int_<0>, It const&, typename State::type state, F&) in BOOST_FUSION_FOLD_IMPL_ENABLER()
163 , BOOST_PP_CAT(result_of_it_,BOOST_FUSION_FOLD_NAME)< in BOOST_FUSION_FOLD_IMPL_ENABLER()
170BOOST_PP_CAT(it_,BOOST_FUSION_FOLD_NAME)(mpl::int_<SeqSize>, It const& it, typename State::type st… in BOOST_FUSION_FOLD_IMPL_ENABLER() function
172 return BOOST_PP_CAT(it_,BOOST_FUSION_FOLD_NAME)< in BOOST_FUSION_FOLD_IMPL_ENABLER()
192 struct BOOST_PP_CAT(result_of_,BOOST_FUSION_FOLD_NAME) in BOOST_FUSION_FOLD_IMPL_ENABLER() function
[all …]

12345678