Home
last modified time | relevance | path

Searched refs:BOOST_PP_ITERATION (Results 1 – 25 of 59) sorted by relevance

123

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/utility/detail/
H A Dresult_of_iterate.hpp19 #if BOOST_WORKAROUND(__MWERKS__, BOOST_TESTED_AT(0x3002)) && BOOST_PP_ITERATION() == 0
22 # define BOOST_RESULT_OF_ARGS BOOST_PP_ENUM_PARAMS(BOOST_PP_ITERATION(),T)
26 template<typename F BOOST_PP_ENUM_TRAILING_PARAMS(BOOST_PP_ITERATION(),typename T)>
41 template<typename F BOOST_PP_ENUM_TRAILING_PARAMS(BOOST_PP_ITERATION(),typename T)>
47 template<typename F BOOST_PP_ENUM_TRAILING_PARAMS(BOOST_PP_ITERATION(),typename T)>
58 template<typename F BOOST_PP_ENUM_TRAILING_PARAMS(BOOST_PP_ITERATION(),typename T)>
59 struct cpp0x_result_of<F(BOOST_PP_ENUM_PARAMS(BOOST_PP_ITERATION(),T))>
64 typename remove_cv<F>::type(BOOST_PP_ENUM_PARAMS(BOOST_PP_ITERATION(),T)), false
67 F(BOOST_PP_ENUM_PARAMS(BOOST_PP_ITERATION(),T))
75 struct BOOST_PP_CAT(result_of_callable_fun_2_, BOOST_PP_ITERATION());
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/detail/
H A Dfunop.hpp46 …template<typename Expr, typename Domain BOOST_PP_ENUM_TRAILING_PARAMS(BOOST_PP_ITERATION(), typena…
47 struct BOOST_PP_CAT(funop, BOOST_PP_ITERATION()) in BOOST_PP_CAT() argument
52 , BOOST_PP_CAT(list, BOOST_PP_INC(BOOST_PP_ITERATION()))< in BOOST_PP_CAT()
54 BOOST_PP_ENUM_TRAILING(BOOST_PP_ITERATION(), BOOST_PROTO_AS_CHILD_TYPE, ~) in BOOST_PP_CAT()
61 BOOST_PP_ENUM_TRAILING_BINARY_PARAMS(BOOST_PP_ITERATION(), A, &a) in BOOST_PP_CAT()
66 BOOST_PP_ENUM_TRAILING(BOOST_PP_ITERATION(), BOOST_PROTO_AS_CHILD, ~) in BOOST_PP_CAT()
74 …template<typename Expr BOOST_PP_ENUM_TRAILING_PARAMS(BOOST_PP_ITERATION(), typename A), typename T…
75 struct funop<Expr(BOOST_PP_ENUM_PARAMS(BOOST_PP_ITERATION(), A)), This, Domain>
76 : BOOST_PP_CAT(funop, BOOST_PP_ITERATION())<
80 BOOST_PP_ITERATION()
H A Dbasic_expr.hpp54 #define ARG_COUNT BOOST_PP_MAX(1, BOOST_PP_ITERATION())
88 …t basic_expr<Tag, BOOST_PP_CAT(list, BOOST_PP_ITERATION())<BOOST_PP_ENUM_PARAMS(ARG_COUNT, Arg)>,
92 static const long proto_arity_c = BOOST_PP_ITERATION();
93 typedef mpl::long_<BOOST_PP_ITERATION() > proto_arity;
98 … typedef BOOST_PP_CAT(list, BOOST_PP_ITERATION())<BOOST_PP_ENUM_PARAMS(ARG_COUNT, Arg)> proto_args;
158 #if 1 == BOOST_PP_ITERATION()
H A Dexpr.hpp85 #define ARG_COUNT BOOST_PP_MAX(1, BOOST_PP_ITERATION())
119 …struct expr<Tag, BOOST_PP_CAT(list, BOOST_PP_ITERATION())<BOOST_PP_ENUM_PARAMS(ARG_COUNT, Arg)>, B…
123 static const long proto_arity_c = BOOST_PP_ITERATION();
124 typedef mpl::long_<BOOST_PP_ITERATION() > proto_arity;
129 … typedef BOOST_PP_CAT(list, BOOST_PP_ITERATION())<BOOST_PP_ENUM_PARAMS(ARG_COUNT, Arg)> proto_args;
131 typedef basic_expr<Tag, proto_args, BOOST_PP_ITERATION() > proto_grammar;
189 #if 1 == BOOST_PP_ITERATION()
H A Dmemfun_funop.hpp33 #define N BOOST_PP_ITERATION()
H A Dtemplate_arity_helper.hpp33 #define N BOOST_PP_ITERATION()
H A Dclass_member_traits.hpp33 #define N BOOST_PP_ITERATION()
H A Dexpr_funop.hpp9 #define N BOOST_PP_ITERATION()
H A Dlambda_matches.hpp41 #define N BOOST_PP_ITERATION()
H A Dmake_expr_funop.hpp33 #define N BOOST_PP_ITERATION()
H A Ddeduce_domain_n.hpp41 #define N BOOST_PP_ITERATION()
/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 Dvector20_fwd.hpp56 template <BOOST_PP_ENUM_PARAMS(BOOST_PP_ITERATION(), typename T)>
57 struct BOOST_PP_CAT(vector, BOOST_PP_ITERATION());
H A Dvector30_fwd.hpp56 template <BOOST_PP_ENUM_PARAMS(BOOST_PP_ITERATION(), typename T)>
57 struct BOOST_PP_CAT(vector, BOOST_PP_ITERATION());
H A Dvector40_fwd.hpp56 template <BOOST_PP_ENUM_PARAMS(BOOST_PP_ITERATION(), typename T)>
57 struct BOOST_PP_CAT(vector, BOOST_PP_ITERATION());
H A Dvector50_fwd.hpp56 template <BOOST_PP_ENUM_PARAMS(BOOST_PP_ITERATION(), typename T)>
57 struct BOOST_PP_CAT(vector, BOOST_PP_ITERATION());
H A Dvector10_fwd.hpp61 template <BOOST_PP_ENUM_PARAMS(BOOST_PP_ITERATION(), typename T)>
62 struct BOOST_PP_CAT(vector, BOOST_PP_ITERATION());
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/transform/detail/
H A Dpack_impl.hpp33 #define N BOOST_PP_ITERATION()
62 #define I BOOST_PP_ITERATION()
H A Dconstruct_funop.hpp33 #define N BOOST_PP_ITERATION()
H A Dconstruct_pod_funop.hpp33 #define N BOOST_PP_ITERATION()
H A Dwhen.hpp33 #define N BOOST_PP_ITERATION()
H A Dexpand_pack.hpp32 #define N BOOST_PP_ITERATION()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/function_types/detail/pp_cc_loop/
H A Dmaster.hpp101 BOOST_PP_EXPAND(#) define BOOST_FT_cc_id BOOST_PP_INC(BOOST_PP_ITERATION())
104 BOOST_PP_SEQ_ELEM(BOOST_PP_ITERATION(),BOOST_FT_CC_NAMES_SEQ)
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/function/detail/
H A Dfunction_iterate.hpp13 #define BOOST_FUNCTION_NUM_ARGS BOOST_PP_ITERATION()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/context/detail/
H A Dnull_eval.hpp39 #define N BOOST_PP_ITERATION()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/qi/nonterminal/detail/
H A Dfcall.hpp25 #define N BOOST_PP_ITERATION()

123