Home
last modified time | relevance | path

Searched refs:SimpleTMP (Results 1 – 10 of 10) sorted by relevance

/third_party/boost/libs/tti/test/
Dtest_has_template.cpp19 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()
Dtest_has_template.hpp21 BOOST_TTI_HAS_TEMPLATE(SimpleTMP,BOOST_PP_NIL)
34 BOOST_TTI_HAS_TEMPLATE(SimpleTMP,BOOST_PP_NIL)
Dtest_has_template_compile.cpp24 BOOST_MPL_ASSERT((BOOST_TTI_HAS_TEMPLATE_GEN(SimpleTMP)<AnotherType>)); in main()
Dtest_has_template_cp_compile.cpp22 BOOST_MPL_ASSERT((BOOST_TTI_HAS_TEMPLATE_GEN(SimpleTMP)<AnotherType>)); in main()
Dtest_has_template_cp.hpp19 BOOST_TTI_HAS_TEMPLATE(SimpleTMP,(4,(class,class,class,class)))
Dtest_vm_has_template_cp_compile.cpp24 BOOST_MPL_ASSERT((BOOST_TTI_HAS_TEMPLATE_GEN(SimpleTMP)<AnotherType>)); in main()
Dtest_vm_has_template_cp.hpp23 BOOST_TTI_HAS_TEMPLATE(SimpleTMP,class,class,class,class)
Dtest_has_template_cp.cpp16 BOOST_TEST(BOOST_TTI_HAS_TEMPLATE_GEN(SimpleTMP)<AnotherType>::value); in main()
Dtest_vm_has_template_cp.cpp18 BOOST_TEST(BOOST_TTI_HAS_TEMPLATE_GEN(SimpleTMP)<AnotherType>::value); in main()
Dtest_structs.hpp208 template <class,class,class,class> struct SimpleTMP { }; struct