Home
last modified time | relevance | path

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

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/
Dunit_test_suite.hpp122 #define BOOST_FIXTURE_TEST_CASE_TEMPLATE( test_name, type_name, TL, F ) \ argument
123 template<typename type_name> \
141 template<typename type_name> \
142 void test_name<type_name>::test_method() \
149 #define BOOST_AUTO_TEST_CASE_TEMPLATE( test_name, type_name, TL ) \ argument
150 BOOST_FIXTURE_TEST_CASE_TEMPLATE( test_name, type_name, TL, BOOST_AUTO_TEST_CASE_FIXTURE )
165 #define BOOST_TEST_CASE_TEMPLATE_FUNCTION( name, type_name ) \ argument
166 template<typename type_name> \
167 void BOOST_JOIN( name, _impl )( boost::type<type_name>* ); \
177 template<typename type_name> \
[all …]
Dinteraction_based.hpp59 #define BOOST_ITEST_NEW( type_name ) \ argument
60 new ( ::boost::itest::location( BOOST_TEST_L(__FILE__), __LINE__ ) ) type_name
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/exception/detail/
Dtype_info.hpp41 type_name() in type_name() function