Searched refs:testAsFunction (Results 1 – 6 of 6) sorted by relevance
15 auto makeTestInvoker( void(*testAsFunction)() ) noexcept -> ITestInvoker* { in makeTestInvoker() argument16 return new(std::nothrow) TestInvokerAsFunction( testAsFunction ); in makeTestInvoker()
102 …okerAsFunction::TestInvokerAsFunction( void(*testAsFunction)() ) noexcept : m_testAsFunction( test… in TestInvokerAsFunction() argument
57 TestInvokerAsFunction( void(*testAsFunction)() ) noexcept;
32 auto makeTestInvoker( void(*testAsFunction)() ) noexcept -> ITestInvoker*;
966 auto makeTestInvoker( void(*testAsFunction)() ) noexcept -> ITestInvoker*;12195 TestInvokerAsFunction( void(*testAsFunction)() ) noexcept;14064 …okerAsFunction::TestInvokerAsFunction( void(*testAsFunction)() ) noexcept : m_testAsFunction( test… in TestInvokerAsFunction() argument14324 auto makeTestInvoker( void(*testAsFunction)() ) noexcept -> ITestInvoker* { in makeTestInvoker() argument14325 return new(std::nothrow) TestInvokerAsFunction( testAsFunction ); in makeTestInvoker()
969 auto makeTestInvoker( void(*testAsFunction)() ) noexcept -> ITestInvoker*;12257 TestInvokerAsFunction( void(*testAsFunction)() ) noexcept;14263 …okerAsFunction::TestInvokerAsFunction( void(*testAsFunction)() ) noexcept : m_testAsFunction( test… in TestInvokerAsFunction() argument14529 auto makeTestInvoker( void(*testAsFunction)() ) noexcept -> ITestInvoker* { in makeTestInvoker() argument14530 return new(std::nothrow) TestInvokerAsFunction( testAsFunction ); in makeTestInvoker()