OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BOOST_PP_ADD
(Results
1 - 3
of
3
) sorted by null
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/arithmetic/
add.hpp
23
# /*
BOOST_PP_ADD
*/
26
# define
BOOST_PP_ADD
(x, y) BOOST_PP_TUPLE_ELEM(2, 0, BOOST_PP_WHILE(BOOST_PP_ADD_P, BOOST_PP_ADD_O, (x, y)))
28
# define
BOOST_PP_ADD
(x, y) BOOST_PP_ADD_I(x, y)
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/
fixed_mapping.hpp
89
CONTRUCTORS(
BOOST_PP_ADD
( MAX_MAP_SIZE, 1 ) )
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/
test_tools.hpp
502
BOOST_PP_REPEAT_ ## z(
BOOST_PP_ADD
( n, 1 ), TEMPL_PARAMS, _ )> \
507
BOOST_PP_REPEAT_ ## z(
BOOST_PP_ADD
( n, 1 ), FUNC_PARAMS, _ ) \
511
check_impl( P( BOOST_PP_REPEAT_ ## z(
BOOST_PP_ADD
( n, 1 ), PRED_PARAMS, _ ) ), \
513
BOOST_PP_ADD
( n, 1 ) \
514
BOOST_PP_REPEAT_ ## z(
BOOST_PP_ADD
( n, 1 ), ARG_INFO, _ ) \
Completed in 157 milliseconds