Searched refs:WFunctionTmp (Results 1 – 9 of 9) sorted by relevance
/third_party/boost/libs/tti/test/ |
D | test_has_mem_fun_template.hpp | 25 BOOST_TTI_HAS_MEMBER_FUNCTION_TEMPLATE(WFunctionTmp,int,long,bool) // const 47 BOOST_TTI_HAS_MEMBER_FUNCTION_TEMPLATE(WFunctionTmp,(3,(int,long,bool))) // const
|
D | test_has_fun_template.hpp | 21 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)))
|
D | test_has_member_template_cv_fail.cpp | 15 …BOOST_MPL_ASSERT((BOOST_TTI_HAS_MEMBER_FUNCTION_TEMPLATE_GEN(WFunctionTmp)<void (AType::*)(int **,… in main()
|
D | test_has_mem_fun_template_cv_fail.cpp | 15 …BOOST_MPL_ASSERT((BOOST_TTI_HAS_MEMBER_FUNCTION_TEMPLATE_GEN(WFunctionTmp)<AType,void,boost::mpl::… in main()
|
D | test_has_member_template_cv_compile.cpp | 16 …BOOST_MPL_ASSERT((BOOST_TTI_HAS_MEMBER_FUNCTION_TEMPLATE_GEN(WFunctionTmp)<void (AType::*)(int **,… in main()
|
D | test_has_member_template_cv.cpp | 16 …BOOST_TEST((BOOST_TTI_HAS_MEMBER_FUNCTION_TEMPLATE_GEN(WFunctionTmp)<void (AType::*)(int **, long … in main()
|
D | test_has_mem_fun_template_cv_compile.cpp | 19 …BOOST_MPL_ASSERT((BOOST_TTI_HAS_MEMBER_FUNCTION_TEMPLATE_GEN(WFunctionTmp)<AType,void,boost::mpl::… in main()
|
D | test_has_mem_fun_template_cv.cpp | 19 …BOOST_TEST((BOOST_TTI_HAS_MEMBER_FUNCTION_TEMPLATE_GEN(WFunctionTmp)<AType,void,boost::mpl::vector… in main()
|
D | test_structs.hpp | 131 template<class X,class Y,class Z> void WFunctionTmp(X **, Y &, Z) const { } in WFunctionTmp() function
|