Searched refs:ClassFunc (Results 1 – 2 of 2) sorted by relevance
86 typedef Signature TestClass::*ClassFunc; in test_b12() typedef87 ClassFunc func_ptr = &TestClass::operator(); in test_b12()99 typedef typename std::result_of<ClassFunc&&(Functor&&, NonCopyable&&)>::type in test_b12()112 typedef int TestClass::*ClassFunc; in test_b34() typedef113 ClassFunc func_ptr = &TestClass::data; in test_b34()122 typedef typename std::result_of<ClassFunc&&(Functor&&)>::type in test_b34()
89 typedef Signature TestClass::*ClassFunc; in test_b12() typedef90 ClassFunc func_ptr = &TestClass::operator(); in test_b12()102 typedef typename std::result_of<ClassFunc&&(Functor&&, NonCopyable&&)>::type in test_b12()115 typedef int TestClass::*ClassFunc; in test_b34() typedef116 ClassFunc func_ptr = &TestClass::data; in test_b34()125 typedef typename std::result_of<ClassFunc&&(Functor&&)>::type in test_b34()