Searched refs:BOOST_JOIN (Results 1 – 7 of 7) sorted by relevance
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/ |
D | trivial_singleton.hpp | 54 template class unit_test::singleton< BOOST_JOIN( inst, _t ) > ; \ 55 namespace { BOOST_JOIN( inst, _t)& inst = BOOST_JOIN( inst, _t)::instance(); } 59 static BOOST_JOIN( inst, _t)& inst = BOOST_JOIN (inst, _t)::instance(); 64 namespace { BOOST_JOIN( inst, _t)& inst = BOOST_JOIN( inst, _t)::instance(); }
|
D | class_properties.hpp | 171 class BOOST_JOIN( readonly_property, __LINE__ ) \ 177 BOOST_JOIN( readonly_property, __LINE__ )() {} \ 178 explicit BOOST_JOIN( readonly_property, __LINE__ )( write_param_t init_v ) \
|
D | foreach.hpp | 253 #define BOOST_TEST_FE_CUR_VAR BOOST_JOIN( _fe_cur_, BOOST_TEST_LINE_NUM ) 254 #define BOOST_TEST_FE_END_VAR BOOST_JOIN( _fe_end_, BOOST_TEST_LINE_NUM ) 255 #define BOOST_TEST_FE_CON_VAR BOOST_JOIN( _fe_con_, BOOST_TEST_LINE_NUM )
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/ |
D | unit_test_suite.hpp | 63 BOOST_AUTO_TU_REGISTRAR( BOOST_JOIN( end_suite, __LINE__ ) )( 1 ); \ 74 static struct BOOST_JOIN( test_name, _exp_fail_num_spec ) \ 78 BOOST_JOIN( test_name, _exp_fail_num_spec )() \ 82 } BOOST_JOIN( test_name, _exp_fail_num_spec_inst ); \ 167 void BOOST_JOIN( name, _impl )( boost::type<type_name>* ); \ 173 BOOST_JOIN( name, _impl )( frwrd ); \ 178 void BOOST_JOIN( name, _impl )( boost::type<type_name>* ) \ 186 static boost::unit_test::ut_detail::global_fixture_impl<F> BOOST_JOIN( gf_, F ) ; \ 209 static boost::unit_test::ut_detail::auto_test_unit_registrar BOOST_JOIN( BOOST_JOIN( test_name, _re… 210 #define BOOST_AUTO_TC_INVOKER( test_name ) BOOST_JOIN( test_name, _invoker ) [all …]
|
D | test_tools.hpp | 486 #define TEMPL_PARAMS( z, m, dummy ) , typename BOOST_JOIN( Arg, m ) 488 , BOOST_JOIN( Arg, m ) const& BOOST_JOIN( arg, m ) \ 489 , char const* BOOST_JOIN( BOOST_JOIN( arg, m ), _descr ) \ 492 #define PRED_PARAMS( z, m, dummy ) BOOST_PP_COMMA_IF( m ) BOOST_JOIN( arg, m ) 495 , BOOST_JOIN( BOOST_JOIN( arg, m ), _descr ) \ 497 << ::boost::test_tools::tt_detail::print_helper( BOOST_JOIN( arg, m ) )) \
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/ |
D | static_assert.hpp | 98 BOOST_JOIN(boost_static_assert_typedef_, __COUNTER__) 103 typedef char BOOST_JOIN(boost_static_assert_typedef_, __LINE__) \ 109 BOOST_JOIN(boost_static_assert_test_, __LINE__) = ( B )); \ 112 BOOST_JOIN(boost_static_assert_test_, __LINE__) >)>\ 113 BOOST_JOIN(boost_static_assert_typedef_, __LINE__) 118 BOOST_JOIN(boost_static_assert_test_, __LINE__) = \ 125 BOOST_JOIN(boost_static_assert_typedef_, __LINE__) 131 enum { BOOST_JOIN(boost_static_assert_enum_, __LINE__) \
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/config/ |
D | suffix.hpp | 595 #define BOOST_JOIN( X, Y ) BOOST_DO_JOIN( X, Y ) macro
|