Home
last modified time | relevance | path

Searched refs:WFunctionTmp (Results 1 – 9 of 9) sorted by relevance

/third_party/boost/libs/tti/test/
Dtest_has_mem_fun_template.hpp25 BOOST_TTI_HAS_MEMBER_FUNCTION_TEMPLATE(WFunctionTmp,int,long,bool) // const
47 BOOST_TTI_HAS_MEMBER_FUNCTION_TEMPLATE(WFunctionTmp,(3,(int,long,bool))) // const
Dtest_has_fun_template.hpp21 BOOST_TTI_TRAIT_HAS_FUNCTION_TEMPLATE(WConstFT,WFunctionTmp,int,long,unsigned long)
44 BOOST_TTI_TRAIT_HAS_FUNCTION_TEMPLATE(WConstFT,WFunctionTmp,(3,(int,long,unsigned long)))
Dtest_has_member_template_cv_fail.cpp15 …BOOST_MPL_ASSERT((BOOST_TTI_HAS_MEMBER_FUNCTION_TEMPLATE_GEN(WFunctionTmp)<void (AType::*)(int **,… in main()
Dtest_has_mem_fun_template_cv_fail.cpp15 …BOOST_MPL_ASSERT((BOOST_TTI_HAS_MEMBER_FUNCTION_TEMPLATE_GEN(WFunctionTmp)<AType,void,boost::mpl::… in main()
Dtest_has_member_template_cv_compile.cpp16 …BOOST_MPL_ASSERT((BOOST_TTI_HAS_MEMBER_FUNCTION_TEMPLATE_GEN(WFunctionTmp)<void (AType::*)(int **,… in main()
Dtest_has_member_template_cv.cpp16 …BOOST_TEST((BOOST_TTI_HAS_MEMBER_FUNCTION_TEMPLATE_GEN(WFunctionTmp)<void (AType::*)(int **, long … in main()
Dtest_has_mem_fun_template_cv_compile.cpp19 …BOOST_MPL_ASSERT((BOOST_TTI_HAS_MEMBER_FUNCTION_TEMPLATE_GEN(WFunctionTmp)<AType,void,boost::mpl::… in main()
Dtest_has_mem_fun_template_cv.cpp19 …BOOST_TEST((BOOST_TTI_HAS_MEMBER_FUNCTION_TEMPLATE_GEN(WFunctionTmp)<AType,void,boost::mpl::vector… in main()
Dtest_structs.hpp131 template<class X,class Y,class Z> void WFunctionTmp(X **, Y &, Z) const { } in WFunctionTmp() function