Home
last modified time | relevance | path

Searched refs:testAsFunction (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp950 auto makeTestInvoker( void(*testAsFunction)() ) noexcept -> ITestInvoker*;
12165 TestInvokerAsFunction( void(*testAsFunction)() ) noexcept;
14033 …okerAsFunction::TestInvokerAsFunction( void(*testAsFunction)() ) noexcept : m_testAsFunction( test… in TestInvokerAsFunction() argument
14293 auto makeTestInvoker( void(*testAsFunction)() ) noexcept -> ITestInvoker* { in makeTestInvoker() argument
14294 return new(std::nothrow) TestInvokerAsFunction( testAsFunction ); in makeTestInvoker()