Searched refs:testAsFunction (Results 1 – 1 of 1) sorted by relevance
950 auto makeTestInvoker( void(*testAsFunction)() ) noexcept -> ITestInvoker*;12165 TestInvokerAsFunction( void(*testAsFunction)() ) noexcept;14033 …okerAsFunction::TestInvokerAsFunction( void(*testAsFunction)() ) noexcept : m_testAsFunction( test… in TestInvokerAsFunction() argument14293 auto makeTestInvoker( void(*testAsFunction)() ) noexcept -> ITestInvoker* { in makeTestInvoker() argument14294 return new(std::nothrow) TestInvokerAsFunction( testAsFunction ); in makeTestInvoker()