Searched refs:BOOST_FUNCTION_NUM_ARGS (Results 1 – 14 of 14) sorted by relevance
/third_party/boost/boost/function/detail/ |
D | maybe_include.hpp | 10 #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 …]
|
D | function_iterate.hpp | 13 #define BOOST_FUNCTION_NUM_ARGS BOOST_PP_ITERATION() macro 15 #undef BOOST_FUNCTION_NUM_ARGS
|
/third_party/boost/boost/function/ |
D | function_template.hpp | 21 #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 …]
|
D | function1.hpp | 10 #define BOOST_FUNCTION_NUM_ARGS 1 macro 12 #undef BOOST_FUNCTION_NUM_ARGS
|
D | function6.hpp | 10 #define BOOST_FUNCTION_NUM_ARGS 6 macro 12 #undef BOOST_FUNCTION_NUM_ARGS
|
D | function3.hpp | 10 #define BOOST_FUNCTION_NUM_ARGS 3 macro 12 #undef BOOST_FUNCTION_NUM_ARGS
|
D | function5.hpp | 10 #define BOOST_FUNCTION_NUM_ARGS 5 macro 12 #undef BOOST_FUNCTION_NUM_ARGS
|
D | function4.hpp | 10 #define BOOST_FUNCTION_NUM_ARGS 4 macro 12 #undef BOOST_FUNCTION_NUM_ARGS
|
D | function8.hpp | 10 #define BOOST_FUNCTION_NUM_ARGS 8 macro 12 #undef BOOST_FUNCTION_NUM_ARGS
|
D | function0.hpp | 10 #define BOOST_FUNCTION_NUM_ARGS 0 macro 12 #undef BOOST_FUNCTION_NUM_ARGS
|
D | function9.hpp | 10 #define BOOST_FUNCTION_NUM_ARGS 9 macro 12 #undef BOOST_FUNCTION_NUM_ARGS
|
D | function2.hpp | 10 #define BOOST_FUNCTION_NUM_ARGS 2 macro 12 #undef BOOST_FUNCTION_NUM_ARGS
|
D | function7.hpp | 10 #define BOOST_FUNCTION_NUM_ARGS 7 macro 12 #undef BOOST_FUNCTION_NUM_ARGS
|
D | function10.hpp | 10 #define BOOST_FUNCTION_NUM_ARGS 10 macro 12 #undef BOOST_FUNCTION_NUM_ARGS
|