Searched refs:testAsFunction (Results 1 – 1 of 1) sorted by relevance
974 auto makeTestInvoker( void(*testAsFunction)() ) noexcept -> ITestInvoker*;12321 TestInvokerAsFunction( void(*testAsFunction)() ) noexcept;14330 …okerAsFunction::TestInvokerAsFunction( void(*testAsFunction)() ) noexcept : m_testAsFunction( test… in TestInvokerAsFunction() argument14596 auto makeTestInvoker( void(*testAsFunction)() ) noexcept -> ITestInvoker* { in makeTestInvoker() argument14597 return new(std::nothrow) TestInvokerAsFunction( testAsFunction ); in makeTestInvoker()