Searched refs:testAsFunction (Results 1 – 5 of 5) sorted by relevance
15 auto makeTestInvoker( void(*testAsFunction)() ) noexcept -> ITestInvoker* { in makeTestInvoker() argument16 return new(std::nothrow) TestInvokerAsFunction( testAsFunction ); in makeTestInvoker()
96 …okerAsFunction::TestInvokerAsFunction( void(*testAsFunction)() ) noexcept : m_testAsFunction( test… in TestInvokerAsFunction() argument
55 TestInvokerAsFunction( void(*testAsFunction)() ) noexcept;
33 auto makeTestInvoker( void(*testAsFunction)() ) noexcept -> ITestInvoker*;
827 auto makeTestInvoker( void(*testAsFunction)() ) noexcept -> ITestInvoker*;10015 TestInvokerAsFunction( void(*testAsFunction)() ) noexcept;11877 …okerAsFunction::TestInvokerAsFunction( void(*testAsFunction)() ) noexcept : m_testAsFunction( test… in TestInvokerAsFunction() argument12136 auto makeTestInvoker( void(*testAsFunction)() ) noexcept -> ITestInvoker* { in makeTestInvoker() argument12137 return new(std::nothrow) TestInvokerAsFunction( testAsFunction ); in makeTestInvoker()