Home
last modified time | relevance | path

Searched refs:BOOST_PP_VARIADIC_SIZE (Results 1 – 3 of 3) sorted by relevance

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/variadic/
Dsize.hpp23 # define BOOST_PP_VARIADIC_SIZE(...) BOOST_PP_CAT(BOOST_PP_VARIADIC_SIZE_I(__VA_ARGS__, 64, … macro
25 # define BOOST_PP_VARIADIC_SIZE(...) BOOST_PP_VARIADIC_SIZE_I(__VA_ARGS__, 64, 63, 62, 61, 6… macro
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/facilities/
Doverload.hpp22 # define BOOST_PP_OVERLOAD(prefix, ...) BOOST_PP_CAT(prefix, BOOST_PP_VARIADIC_SIZE(__VA_ARGS__))
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/tuple/
Dto_list.hpp33 …P_TUPLE_TO_LIST_O_1(tuple) BOOST_PP_CAT(BOOST_PP_TUPLE_TO_LIST_, BOOST_PP_VARIADIC_SIZE tuple) tup…