Home
last modified time | relevance | path

Searched refs:BOOST_FUNCTION_NUM_ARGS (Results 1 – 14 of 14) sorted by relevance

/third_party/boost/boost/function/detail/
Dmaybe_include.hpp10 #if BOOST_FUNCTION_NUM_ARGS == 0
17 #elif BOOST_FUNCTION_NUM_ARGS == 1
24 #elif BOOST_FUNCTION_NUM_ARGS == 2
31 #elif BOOST_FUNCTION_NUM_ARGS == 3
38 #elif BOOST_FUNCTION_NUM_ARGS == 4
45 #elif BOOST_FUNCTION_NUM_ARGS == 5
52 #elif BOOST_FUNCTION_NUM_ARGS == 6
59 #elif BOOST_FUNCTION_NUM_ARGS == 7
66 #elif BOOST_FUNCTION_NUM_ARGS == 8
73 #elif BOOST_FUNCTION_NUM_ARGS == 9
[all …]
Dfunction_iterate.hpp13 #define BOOST_FUNCTION_NUM_ARGS BOOST_PP_ITERATION() macro
15 #undef BOOST_FUNCTION_NUM_ARGS
/third_party/boost/boost/function/
Dfunction_template.hpp21 #define BOOST_FUNCTION_TEMPLATE_PARMS BOOST_PP_ENUM_PARAMS(BOOST_FUNCTION_NUM_ARGS, typename T)
23 #define BOOST_FUNCTION_TEMPLATE_ARGS BOOST_PP_ENUM_PARAMS(BOOST_FUNCTION_NUM_ARGS, T)
27 #define BOOST_FUNCTION_PARMS BOOST_PP_ENUM(BOOST_FUNCTION_NUM_ARGS,BOOST_FUNCTION_PARM,BOOST_PP_EMP…
30 # define BOOST_FUNCTION_ARGS BOOST_PP_ENUM_PARAMS(BOOST_FUNCTION_NUM_ARGS, a)
33 # define BOOST_FUNCTION_ARGS BOOST_PP_ENUM(BOOST_FUNCTION_NUM_ARGS,BOOST_FUNCTION_ARG,BOOST_PP_EM…
39 #define BOOST_FUNCTION_ARG_TYPES BOOST_PP_REPEAT(BOOST_FUNCTION_NUM_ARGS,BOOST_FUNCTION_ARG_TYPE,BO…
42 #if BOOST_FUNCTION_NUM_ARGS == 0
49 #define BOOST_FUNCTION_FUNCTION BOOST_JOIN(function,BOOST_FUNCTION_NUM_ARGS)
51 BOOST_JOIN(function_invoker,BOOST_FUNCTION_NUM_ARGS)
53 BOOST_JOIN(void_function_invoker,BOOST_FUNCTION_NUM_ARGS)
[all …]
Dfunction1.hpp10 #define BOOST_FUNCTION_NUM_ARGS 1 macro
12 #undef BOOST_FUNCTION_NUM_ARGS
Dfunction6.hpp10 #define BOOST_FUNCTION_NUM_ARGS 6 macro
12 #undef BOOST_FUNCTION_NUM_ARGS
Dfunction3.hpp10 #define BOOST_FUNCTION_NUM_ARGS 3 macro
12 #undef BOOST_FUNCTION_NUM_ARGS
Dfunction5.hpp10 #define BOOST_FUNCTION_NUM_ARGS 5 macro
12 #undef BOOST_FUNCTION_NUM_ARGS
Dfunction4.hpp10 #define BOOST_FUNCTION_NUM_ARGS 4 macro
12 #undef BOOST_FUNCTION_NUM_ARGS
Dfunction8.hpp10 #define BOOST_FUNCTION_NUM_ARGS 8 macro
12 #undef BOOST_FUNCTION_NUM_ARGS
Dfunction0.hpp10 #define BOOST_FUNCTION_NUM_ARGS 0 macro
12 #undef BOOST_FUNCTION_NUM_ARGS
Dfunction9.hpp10 #define BOOST_FUNCTION_NUM_ARGS 9 macro
12 #undef BOOST_FUNCTION_NUM_ARGS
Dfunction2.hpp10 #define BOOST_FUNCTION_NUM_ARGS 2 macro
12 #undef BOOST_FUNCTION_NUM_ARGS
Dfunction7.hpp10 #define BOOST_FUNCTION_NUM_ARGS 7 macro
12 #undef BOOST_FUNCTION_NUM_ARGS
Dfunction10.hpp10 #define BOOST_FUNCTION_NUM_ARGS 10 macro
12 #undef BOOST_FUNCTION_NUM_ARGS