Home
last modified time | relevance | path

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

/third_party/libabigail/tests/lib/
Dcatch.hpp974 auto makeTestInvoker( void(*testAsFunction)() ) noexcept -> ITestInvoker*;
12321 TestInvokerAsFunction( void(*testAsFunction)() ) noexcept;
14330 …okerAsFunction::TestInvokerAsFunction( void(*testAsFunction)() ) noexcept : m_testAsFunction( test… in TestInvokerAsFunction() argument
14596 auto makeTestInvoker( void(*testAsFunction)() ) noexcept -> ITestInvoker* { in makeTestInvoker() argument
14597 return new(std::nothrow) TestInvokerAsFunction( testAsFunction ); in makeTestInvoker()