HomeSort by relevance Sort by last modified time
    Searched defs:BOOST_PP_CAT (Results 1 - 3 of 3) sorted by null

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/
cat.hpp 19 # /* BOOST_PP_CAT */
22 # define BOOST_PP_CAT(a, b) BOOST_PP_CAT_I(a, b)
24 # define BOOST_PP_CAT(a, b) BOOST_PP_CAT_OO((a, b))
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/
arithmetic_op.hpp 47 struct BOOST_PP_CAT(AUX778076_OP_PREFIX,_wknd)
70 : aux::BOOST_PP_CAT(AUX778076_OP_PREFIX,_wknd)<
numeric_op.hpp 65 # define AUX778076_OP_IMPL_NAME BOOST_PP_CAT(AUX778076_OP_PREFIX,_impl)
69 # define AUX778076_OP_TAG_NAME BOOST_PP_CAT(AUX778076_OP_PREFIX,_tag)
165 # define AUX778076_OP_RIGHT_OPERAND(unused, i, N) , BOOST_PP_CAT(N, BOOST_MPL_PP_ADD(i, 2))>
200 struct BOOST_PP_CAT(AUX778076_OP_NAME,2);
214 , BOOST_PP_CAT(AUX778076_OP_NAME,2)<N1,N2>
216 BOOST_PP_CAT(AUX778076_OP_NAME,2)<N1,N2>
235 struct BOOST_PP_CAT(AUX778076_OP_NAME,2)
274 BOOST_MPL_AUX_LAMBDA_SUPPORT(2, BOOST_PP_CAT(AUX778076_OP_NAME,2), (N1, N2))

Completed in 845 milliseconds