Searched refs:SimpleTMP (Results 1 – 10 of 10) sorted by relevance
/third_party/boost/libs/tti/test/ |
D | test_has_template.cpp | 19 BOOST_TEST(BOOST_TTI_HAS_TEMPLATE_GEN(SimpleTMP)<AnotherType>::value); in main() 26 BOOST_TEST(!BOOST_TTI_HAS_TEMPLATE_GEN(SimpleTMP)<char>::value); in main()
|
D | test_has_template.hpp | 21 BOOST_TTI_HAS_TEMPLATE(SimpleTMP,BOOST_PP_NIL) 34 BOOST_TTI_HAS_TEMPLATE(SimpleTMP,BOOST_PP_NIL)
|
D | test_has_template_compile.cpp | 24 BOOST_MPL_ASSERT((BOOST_TTI_HAS_TEMPLATE_GEN(SimpleTMP)<AnotherType>)); in main()
|
D | test_has_template_cp_compile.cpp | 22 BOOST_MPL_ASSERT((BOOST_TTI_HAS_TEMPLATE_GEN(SimpleTMP)<AnotherType>)); in main()
|
D | test_has_template_cp.hpp | 19 BOOST_TTI_HAS_TEMPLATE(SimpleTMP,(4,(class,class,class,class)))
|
D | test_vm_has_template_cp_compile.cpp | 24 BOOST_MPL_ASSERT((BOOST_TTI_HAS_TEMPLATE_GEN(SimpleTMP)<AnotherType>)); in main()
|
D | test_vm_has_template_cp.hpp | 23 BOOST_TTI_HAS_TEMPLATE(SimpleTMP,class,class,class,class)
|
D | test_has_template_cp.cpp | 16 BOOST_TEST(BOOST_TTI_HAS_TEMPLATE_GEN(SimpleTMP)<AnotherType>::value); in main()
|
D | test_vm_has_template_cp.cpp | 18 BOOST_TEST(BOOST_TTI_HAS_TEMPLATE_GEN(SimpleTMP)<AnotherType>::value); in main()
|
D | test_structs.hpp | 208 template <class,class,class,class> struct SimpleTMP { }; struct
|