Searched refs:BOOST_PP_ARRAY_ELEM (Results 1 – 3 of 3) sorted by relevance
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/array/ |
D | elem.hpp | 23 # define BOOST_PP_ARRAY_ELEM(i, array) BOOST_PP_TUPLE_ELEM(BOOST_PP_ARRAY_SIZE(array), i, BOOST_… macro 25 # define BOOST_PP_ARRAY_ELEM(i, array) BOOST_PP_ARRAY_ELEM_I(i, array) macro
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/ |
D | has_xxx.hpp | 313 BOOST_PP_CAT(BOOST_PP_ARRAY_ELEM(0, args) , _introspect) \ 317 BOOST_PP_CAT(BOOST_PP_CAT(BOOST_PP_ARRAY_ELEM(0, args) , _substitute), n) \ 321 BOOST_PP_CAT(BOOST_PP_ARRAY_ELEM(0, args) , _test) \ 338 BOOST_PP_ARRAY_ELEM(2, args) \ 364 V::template BOOST_PP_ARRAY_ELEM(1, args) \ 370 BOOST_PP_ARRAY_ELEM(2, args) \ 432 = boost::mpl::bool_< BOOST_PP_ARRAY_ELEM(3, args) > \ 434 class BOOST_PP_ARRAY_ELEM(0, args) { \ 516 BOOST_PP_ARRAY_ELEM(2, args) \ 546 BOOST_MSVC_TYPENAME U::BOOST_PP_ARRAY_ELEM(1, args)< > \ [all …]
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/iteration/detail/iter/ |
D | forward1.hpp | 23 # define BOOST_PP_VALUE BOOST_PP_ARRAY_ELEM(0, BOOST_PP_ITERATION_PARAMS_1) 25 # define BOOST_PP_VALUE BOOST_PP_ARRAY_ELEM(1, BOOST_PP_ITERATION_PARAMS_1) 27 # define BOOST_PP_FILENAME_1 BOOST_PP_ARRAY_ELEM(2, BOOST_PP_ITERATION_PARAMS_1) 29 # define BOOST_PP_ITERATION_FLAGS_1() BOOST_PP_ARRAY_ELEM(3, BOOST_PP_ITERATION_PARAMS_1)
|