/third_party/boost/boost/parameter/aux_/preprocessor/impl/ |
D | no_spec_overloads.hpp | 151 template <BOOST_PP_ENUM_PARAMS_Z(z, n, typename TaggedArg)> \ 156 ::boost::parameter::compose(BOOST_PP_ENUM_PARAMS_Z(z, n, arg)) \ 165 template <BOOST_PP_ENUM_PARAMS_Z(z, n, typename TaggedArg)> \ 172 ::boost::parameter::compose(BOOST_PP_ENUM_PARAMS_Z(z, n, a)) \ 181 template <BOOST_PP_ENUM_PARAMS_Z(z, n, typename TaggedArg)> \ 186 )<BOOST_PP_ENUM_PARAMS_Z(z, n, TaggedArg)>::type \ 201 )<BOOST_PP_ENUM_PARAMS_Z(z, n, TaggedArg)>::type(*)() \ 203 , ::boost::parameter::compose(BOOST_PP_ENUM_PARAMS_Z(z, n, arg)) \ 218 template <BOOST_PP_ENUM_PARAMS_Z(z, n, typename TaggedArg)> \ 224 BOOST_PP_ENUM_PARAMS_Z(z, n, TaggedArg) \ [all …]
|
/third_party/boost/boost/iostreams/detail/ |
D | forward.hpp | 66 template<BOOST_PP_ENUM_PARAMS_Z(z, n, typename U)> \ 72 (BOOST_PP_ENUM_PARAMS_Z(z, n, u)) ); } \ 74 BOOST_PP_ENUM_PARAMS_Z(z, BOOST_PP_DEC(n), typename U) > \ 82 BOOST_PP_ENUM_PARAMS_Z(z, BOOST_PP_DEC(n), u)) ); } \ 85 template<BOOST_PP_ENUM_PARAMS_Z(z, n, typename U)> \ 90 (BOOST_PP_ENUM_PARAMS_Z(z, n, u)) ); } \ 92 BOOST_PP_ENUM_PARAMS_Z(z, BOOST_PP_DEC(n), typename U) > \ 99 BOOST_PP_ENUM_PARAMS_Z(z, BOOST_PP_DEC(n), u) ); } \
|
/third_party/boost/boost/parameter/ |
D | compose.hpp | 126 template <BOOST_PP_ENUM_PARAMS_Z(z, n, typename prefix)> \ 132 BOOST_PP_ENUM_PARAMS_Z(z, n, a) \ 165 template <BOOST_PP_ENUM_PARAMS_Z(z, n, typename prefix)> \ 166 struct compose<BOOST_PP_ENUM_PARAMS_Z(z, n, prefix)> \ 169 ::are_tagged_arguments<BOOST_PP_ENUM_PARAMS_Z(z, n, prefix)> \ 176 template <BOOST_PP_ENUM_PARAMS_Z(z, n, typename prefix)> \ 178 ::compose<BOOST_PP_ENUM_PARAMS_Z(z, n, prefix)>::type \ 182 BOOST_PP_ENUM_PARAMS_Z(z, n, a) \
|
D | macros.hpp | 21 , typename param::match<BOOST_PP_ENUM_PARAMS_Z(z, n, T)>::type kw = param() 60 template <BOOST_PP_ENUM_PARAMS_Z(z, n, typename T)> \ 93 template <BOOST_PP_ENUM_PARAMS_Z(z, n, typename T)> \ 105 )(kw(BOOST_PP_ENUM_PARAMS_Z(z, n, p))); \
|
D | are_tagged_arguments.hpp | 69 template <BOOST_PP_ENUM_PARAMS_Z(z, n, typename prefix)> \ 71 BOOST_PP_ENUM_PARAMS_Z(z, n, prefix) \
|
/third_party/boost/boost/mpl/ |
D | string.hpp | 123 … template<BOOST_PP_ENUM_PARAMS_Z(z, n, int C)> \ 124 … struct apply<mpl::string<BOOST_PP_ENUM_PARAMS_Z(z, n, C)> > \ 161 … template<BOOST_PP_ENUM_PARAMS_Z(z, n, int C)> \ 162 … struct apply<mpl::string<BOOST_PP_ENUM_PARAMS_Z(z, n, C)> > \ 164 … typedef mpl::string_iterator<mpl::string<BOOST_PP_ENUM_PARAMS_Z(z, n, C)>, n, 0> type; \ 211 … template<BOOST_PP_ENUM_PARAMS_Z(z, n, int C), typename Value> \ 212 … struct apply<mpl::string<BOOST_PP_ENUM_PARAMS_Z(z, n, C)>, Value, false> \ 216 … BOOST_PP_ENUM_PARAMS_Z(z, BOOST_PP_DEC(n), C) \ 265 … template<BOOST_PP_ENUM_PARAMS_Z(z, n, int C)> \ 266 … struct apply<mpl::string<BOOST_PP_ENUM_PARAMS_Z(z, n, C)> > \ [all …]
|
/third_party/boost/boost/python/detail/ |
D | type_list_impl.hpp | 23 …: BOOST_PP_CAT(mpl::vector,BOOST_PYTHON_LIST_SIZE)<BOOST_PP_ENUM_PARAMS_Z(1, BOOST_PYTHON_LIST_SIZ… 42 BOOST_PP_ENUM_PARAMS_Z(1, N, class T) 45 BOOST_PP_ENUM_PARAMS_Z(1, N, T) 50 : BOOST_PP_CAT(mpl::vector,N)<BOOST_PP_ENUM_PARAMS_Z(1, N, T)>
|
D | target.hpp | 52 BOOST_PP_IF(N, A0, void)(* target(R (*)(BOOST_PP_ENUM_PARAMS_Z(1, N, A))) )() in BOOST_PP_IF() 77 T& (* target(R (T::*)(BOOST_PP_ENUM_PARAMS_Z(1, N, A)) Q) )()
|
D | result.hpp | 99 boost::type<R>* result(R (*)(BOOST_PP_ENUM_PARAMS_Z(1, N, A)), int = 0) 124 boost::type<R>* result(R (T::*)(BOOST_PP_ENUM_PARAMS_Z(1, N, A)) Q, int = 0) in R()
|
D | nullary_function_adaptor.hpp | 29 template <BOOST_PP_ENUM_PARAMS_Z(1, i, class A)> \
|
D | make_tuple.hpp | 20 template <BOOST_PP_ENUM_PARAMS_Z(1, N, class A)>
|
/third_party/boost/boost/accumulators/framework/ |
D | accumulator_set.hpp | 234 template<BOOST_PP_ENUM_PARAMS_Z(z, n, typename A)> \ 256 template<BOOST_PP_ENUM_PARAMS_Z(z, n, typename A)> \ 268 , boost::accumulators::sample = BOOST_PP_ENUM_PARAMS_Z(z, n, a) \ 338 template<BOOST_PP_ENUM_PARAMS_Z(z, n, typename A)> \ 356 template<BOOST_PP_ENUM_PARAMS_Z(z, n, typename A)> \ 369 , boost::accumulators::sample = BOOST_PP_ENUM_PARAMS_Z(z, n, a) \ 531 , boost::accumulators::sample = BOOST_PP_ENUM_PARAMS_Z(z, n, a) \
|
D | extractor.hpp | 141 template<BOOST_PP_ENUM_PARAMS_Z(z, n, typename A)> \ 142 struct result<this_type(BOOST_PP_ENUM_PARAMS_Z(z, n, A))> \
|
/third_party/boost/boost/detail/ |
D | is_xxx.hpp | 18 template < BOOST_PP_ENUM_PARAMS_Z(1, nargs, class T) > \ 20 qualified_name< BOOST_PP_ENUM_PARAMS_Z(1, nargs, T) > \
|
/third_party/boost/boost/python/ |
D | object_call.hpp | 13 template <BOOST_PP_ENUM_PARAMS_Z(1, N, class A)> 19 return call<obj>(get_managed_object(self, tag), BOOST_PP_ENUM_PARAMS_Z(1, N, a));
|
D | bases.hpp | 18 # define BOOST_PYTHON_BASE_PARAMS BOOST_PP_ENUM_PARAMS_Z(1, BOOST_PYTHON_MAX_BASES, Base) 32 template < BOOST_PP_ENUM_PARAMS_Z(1, BOOST_PYTHON_MAX_BASES, class Base) >
|
D | signature.hpp | 194 get_signature(RT(BOOST_PYTHON_FN_CC *)(BOOST_PP_ENUM_PARAMS_Z(1, N, T)), void* = 0) in BOOST_PYTHON_LIST_INC() 218 get_signature(RT(BOOST_PYTHON_FN_CC ClassT::*)(BOOST_PP_ENUM_PARAMS_Z(1, N, T)) Q) in BOOST_PYTHON_LIST_INC() 237 RT(BOOST_PYTHON_FN_CC ClassT::*)(BOOST_PP_ENUM_PARAMS_Z(1, N, T)) Q in BOOST_PYTHON_LIST_INC()
|
D | init.hpp | 45 BOOST_PP_ENUM_PARAMS_Z(1, \ 50 BOOST_PP_ENUM_PARAMS_Z(1, \
|
D | override.hpp | 129 BOOST_PP_ENUM_PARAMS_Z(1, N, class A)
|
/third_party/boost/boost/preprocessor/repetition/ |
D | enum_params.hpp | 35 # define BOOST_PP_ENUM_PARAMS_Z(z, count, param) BOOST_PP_REPEAT_ ## z(count, BOOST_PP_ENUM_PARA… macro 37 # define BOOST_PP_ENUM_PARAMS_Z(z, count, param) BOOST_PP_ENUM_PARAMS_Z_I(z, count, param) macro
|
/third_party/boost/boost/spirit/home/classic/core/non_terminal/impl/ |
D | rule.ipp | 293 BOOST_PP_ENUM_PARAMS_Z(z, BOOST_PP_INC(N), typename ScannerT), \ 298 BOOST_PP_ENUM_PARAMS_Z(z, BOOST_PP_INC(N), ScannerT) \ 368 BOOST_PP_ENUM_PARAMS_Z(z, BOOST_PP_INC(N), typename ScannerT), \ 374 BOOST_PP_ENUM_PARAMS_Z(z, BOOST_PP_INC(N), ScannerT) \ 380 BOOST_PP_ENUM_PARAMS_Z(z, BOOST_PP_INC(N), ScannerT) \ 393 BOOST_PP_ENUM_PARAMS_Z(z, BOOST_PP_INC(N), ScannerT) \
|
/third_party/boost/boost/python/object/ |
D | value_holder.hpp | 128 template <BOOST_PP_ENUM_PARAMS_Z(1, N, class A)> 152 template <BOOST_PP_ENUM_PARAMS_Z(1, N, class A)>
|
D | pointer_holder.hpp | 193 template< BOOST_PP_ENUM_PARAMS_Z(1, N, class A) > 215 template < BOOST_PP_ENUM_PARAMS_Z(1, N, class A) >
|
/third_party/boost/libs/serialization/performance/xml/ |
D | macro.hpp | 97 template<BOOST_PP_ENUM_PARAMS_Z(Z, N, typename T)> \ 99 BOOST_PP_ENUM_PARAMS_Z(Z, N, T) \
|
/third_party/boost/boost/proto/detail/ |
D | any.hpp | 28 … #define M0(Z, N, DATA) any operator()(BOOST_PP_ENUM_PARAMS_Z(Z, N, any BOOST_PP_INTERCEPT));
|