Searched refs:arity (Results 1 – 10 of 10) sorted by relevance
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/ |
D | inserter_algorithm.hpp | 38 # define BOOST_MPL_AUX_INSERTER_ALGORITHM_DEF(arity, name) \ argument 41 BOOST_MPL_PP_DEFAULT_PARAMS(arity, typename P, na) \ 44 : aux::name##_impl<BOOST_MPL_PP_PARAMS(arity, P)> \ 49 BOOST_MPL_PP_PARAMS(BOOST_PP_DEC(arity), typename P) \ 51 struct name< BOOST_MPL_PP_PARAMS(BOOST_PP_DEC(arity), P),na > \ 54 BOOST_MPL_PP_PARAMS(BOOST_PP_DEC(arity), P) \ 58 BOOST_MPL_PP_PARAMS(BOOST_PP_DEC(arity), P) \ 66 BOOST_MPL_PP_DEFAULT_PARAMS(arity, typename P, na) \ 69 : aux::reverse_##name##_impl<BOOST_MPL_PP_PARAMS(arity, P)> \ 74 BOOST_MPL_PP_PARAMS(BOOST_PP_DEC(arity), typename P) \ [all …]
|
D | lambda_support.hpp | 47 typedef BOOST_MPL_AUX_ADL_BARRIER_NAMESPACE::int_<i> arity; \ 73 typedef BOOST_MPL_AUX_ADL_BARRIER_NAMESPACE::int_<i> arity; \ 102 typedef BOOST_MPL_AUX_ADL_BARRIER_NAMESPACE::int_<i> arity; \
|
D | arity.hpp | 30 struct arity struct
|
D | arity_spec.hpp | 31 struct arity< \
|
D | template_arity.hpp | 149 : F::arity
|
D | na_spec.hpp | 46 struct arity< \
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/ |
D | function_traits.hpp | 26 BOOST_STATIC_CONSTANT(unsigned, arity = 0); 33 BOOST_STATIC_CONSTANT(unsigned, arity = 1); 42 BOOST_STATIC_CONSTANT(unsigned, arity = 2); 53 BOOST_STATIC_CONSTANT(unsigned, arity = 3); 63 BOOST_STATIC_CONSTANT(unsigned, arity = 4); 75 BOOST_STATIC_CONSTANT(unsigned, arity = 5); 88 BOOST_STATIC_CONSTANT(unsigned, arity = 6); 102 BOOST_STATIC_CONSTANT(unsigned, arity = 7); 117 BOOST_STATIC_CONSTANT(unsigned, arity = 8); 133 BOOST_STATIC_CONSTANT(unsigned, arity = 9); [all …]
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/ |
D | protect.hpp | 41 struct arity< protect<T>, N > struct 42 : arity<T,N>
|
D | apply_wrap.hpp | 125 ::boost::mpl::aux::arity<F,i_>::value in BOOST_PP_CAT()
|
/ndk/sources/third_party/googletest/googletest/include/gtest/internal/ |
D | gtest-param-util-generated.h.pump | 42 // by the maximum arity of the implementation of tr1::tuple which is
|