/third_party/boost/boost/signals2/detail/ |
D | signals_common_macros.hpp | 23 #define BOOST_SIGNALS2_SIGNAL_CLASS_NAME(arity) BOOST_PP_CAT(signal, arity) argument 25 #define BOOST_SIGNALS2_WEAK_SIGNAL_CLASS_NAME(arity) BOOST_PP_CAT(weak_, BOOST_SIGNALS2_SIGNAL_CLAS… argument 27 #define BOOST_SIGNALS2_SIGNAL_IMPL_CLASS_NAME(arity) BOOST_PP_CAT(BOOST_SIGNALS2_SIGNAL_CLASS_NAME(… argument 34 #define BOOST_SIGNALS2_SIGNATURE_FULL_ARGS(arity) \ argument 37 #define BOOST_SIGNALS2_SIGNATURE_ARG_NAMES(arity) BOOST_PP_ENUM(arity, BOOST_SIGNALS2_SIGNATURE_ARG… argument 39 #define BOOST_SIGNALS2_ARGS_TEMPLATE_INSTANTIATION(arity) \ argument 42 #define BOOST_SIGNALS2_SIGNATURE_FUNCTION_TYPE(arity) \ argument 45 #define BOOST_SIGNALS2_PREFIXED_SIGNATURE_TEMPLATE_DECL(arity, prefix) \ argument 49 #define BOOST_SIGNALS2_SIGNATURE_TEMPLATE_DECL(arity) \ argument 53 #define BOOST_SIGNALS2_PREFIXED_ARGS_TEMPLATE_DECL(arity, prefix) \ argument [all …]
|
/third_party/boost/boost/contract/detail/ |
D | tvariadic.hpp | 72 #define BOOST_CONTRACT_DETAIL_TVARIADIC_COMMA(arity) \ argument 75 #define BOOST_CONTRACT_DETAIL_TVARIADIC_COMMA(arity) \ argument 80 #define BOOST_CONTRACT_DETAIL_NO_TVARIADIC_COMMA(arity) /* nothing */ argument 82 #define BOOST_CONTRACT_DETAIL_NO_TVARIADIC_COMMA(arity) \ argument 87 #define BOOST_CONTRACT_DETAIL_TVARIADIC_SIZEOF(arity, name) sizeof...(name) argument 89 #define BOOST_CONTRACT_DETAIL_TVARIADIC_SIZEOF(arity, name) arity argument 93 #define BOOST_CONTRACT_DETAIL_TVARIADIC_TPARAMS_Z(z, arity, name) \ argument 96 #define BOOST_CONTRACT_DETAIL_TVARIADIC_TPARAMS_Z(z, arity, name) \ argument 103 z, arity, type, qualifier, name) \ argument 107 z, arity, type, qualifier, name) \ argument [all …]
|
/third_party/boost/boost/phoenix/core/ |
D | arity.hpp | 34 struct arity struct 48 struct arity struct 51 struct when
|
/third_party/boost/boost/iostreams/detail/ |
D | template_params.hpp | 14 #define BOOST_IOSTREAMS_TEMPLATE_PARAMS(arity, param) \ argument 20 #define BOOST_IOSTREAMS_TEMPLATE_ARGS(arity, param) \ argument
|
D | bool_trait_def.hpp | 29 #define BOOST_IOSTREAMS_BOOL_TRAIT_DEF(trait, type, arity) \ argument
|
/third_party/boost/libs/yap/example/ |
D | calc3.cpp | 62 auto const arity = boost::yap::transform(expr_1, get_arity{}); in main() local 70 auto const arity = boost::yap::transform(expr_2, get_arity{}); in main() local 78 auto const arity = boost::yap::transform(expr_3, get_arity{}); in main() local
|
/third_party/boost/boost/mpl/aux_/ |
D | inserter_algorithm.hpp | 38 # define BOOST_MPL_AUX_INSERTER_ALGORITHM_DEF(arity, name) \ argument 95 # define BOOST_MPL_AUX_INSERTER_ALGORITHM_DEF(arity, name) \ argument
|
D | arity.hpp | 30 struct arity struct
|
/third_party/boost/boost/function_types/detail/synthesize_impl/ |
D | master.hpp | 25 # define BOOST_FT_make_type(flags,cc,arity) BOOST_FT_make_type_impl(flags,cc,arity) argument 26 # define BOOST_FT_make_type_impl(flags,cc,arity) make_type_ ## flags ## _ ## cc ## _ ## arity argument
|
/third_party/boost/boost/proto/detail/ |
D | args.hpp | 43 static const long arity = 0; member 74 static const long arity = N; in BOOST_PP_CAT() local
|
/third_party/boost/boost/proto/detail/preprocessed/ |
D | args.hpp | 16 static const long arity = 0; member 30 static const long arity = 1; member 44 static const long arity = 2; member 58 static const long arity = 3; member 72 static const long arity = 4; member 86 static const long arity = 5; member 100 static const long arity = 6; member 114 static const long arity = 7; member 128 static const long arity = 8; member 142 static const long arity = 9; member [all …]
|
/third_party/boost/boost/contract/ |
D | override.hpp | 51 #define BOOST_CONTRACT_OVERRIDE_CALL_BASE_(z, arity, arity_compl, \ argument 94 #define BOOST_CONTRACT_OVERRIDE_CALL_BASE_ARITY_(z, arity, func_name) \ argument
|
D | public_function.hpp | 503 z, arity, arity_compl, has_virtual_result) \ argument
|
/third_party/boost/boost/parameter/aux_/preprocessor/impl/ |
D | for_each.hpp | 118 #define BOOST_PARAMETER_AUX_PP_FOR_EACH_build_end_sentinel_tuple(arity) \ argument 128 #define BOOST_PARAMETER_AUX_PP_FOR_EACH_R(r, arity, list, data, macro) \ argument 145 #define BOOST_PARAMETER_AUX_PP_FOR_EACH(arity, list, data, macro) \ argument
|
/third_party/boost/boost/mpl/ |
D | protect.hpp | 41 struct arity< protect<T>, N > struct
|
/third_party/boost/boost/test/data/monomorphic/ |
D | initializer_list.hpp | 44 enum { arity = 1 }; enumerator 78 enum { arity = 1 }; enumerator
|
D | array.hpp | 38 enum { arity = 1 }; enumerator
|
D | collection.hpp | 44 enum { arity = 1 }; enumerator
|
D | delayed.hpp | 51 enum { arity = dataset_t::arity }; enumerator
|
/third_party/boost/libs/test/test/test-organization-ts/ |
D | dataset-master-test-suite-accessible-test.cpp | 21 enum { arity = 1 }; enumerator 156 enum { arity = 3 }; enumerator
|
/third_party/boost/libs/test/doc/examples/ |
D | dataset_example68.run-fail.cpp | 21 enum { arity = 1 }; enumerator
|
/third_party/node/deps/npm/node_modules/copy-concurrently/node_modules/aproba/ |
D | index.js | 19 function addSchema (schema, arity) { argument 31 var arity = {} variable
|
/third_party/node/deps/npm/node_modules/gauge/node_modules/aproba/ |
D | index.js | 19 function addSchema (schema, arity) { argument 31 var arity = {} variable
|
/third_party/node/deps/npm/node_modules/move-concurrently/node_modules/aproba/ |
D | index.js | 19 function addSchema (schema, arity) { argument 31 var arity = {} variable
|
/third_party/node/deps/npm/node_modules/run-queue/node_modules/aproba/ |
D | index.js | 19 function addSchema (schema, arity) { argument 31 var arity = {} variable
|