Home
last modified time | relevance | path

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

/external/catch2/include/internal/
Dcatch_test_registry.cpp15 auto makeTestInvoker( void(*testAsFunction)() ) noexcept -> ITestInvoker* { in makeTestInvoker() argument
16 return new(std::nothrow) TestInvokerAsFunction( testAsFunction ); in makeTestInvoker()
Dcatch_test_case_registry_impl.cpp102 …okerAsFunction::TestInvokerAsFunction( void(*testAsFunction)() ) noexcept : m_testAsFunction( test… in TestInvokerAsFunction() argument
Dcatch_test_case_registry_impl.h57 TestInvokerAsFunction( void(*testAsFunction)() ) noexcept;
Dcatch_test_registry.h32 auto makeTestInvoker( void(*testAsFunction)() ) noexcept -> ITestInvoker*;
/external/catch2/single_include/catch2/
Dcatch.hpp966 auto makeTestInvoker( void(*testAsFunction)() ) noexcept -> ITestInvoker*;
12195 TestInvokerAsFunction( void(*testAsFunction)() ) noexcept;
14064 …okerAsFunction::TestInvokerAsFunction( void(*testAsFunction)() ) noexcept : m_testAsFunction( test… in TestInvokerAsFunction() argument
14324 auto makeTestInvoker( void(*testAsFunction)() ) noexcept -> ITestInvoker* { in makeTestInvoker() argument
14325 return new(std::nothrow) TestInvokerAsFunction( testAsFunction ); in makeTestInvoker()
/external/libabigail/tests/lib/
Dcatch.hpp969 auto makeTestInvoker( void(*testAsFunction)() ) noexcept -> ITestInvoker*;
12257 TestInvokerAsFunction( void(*testAsFunction)() ) noexcept;
14263 …okerAsFunction::TestInvokerAsFunction( void(*testAsFunction)() ) noexcept : m_testAsFunction( test… in TestInvokerAsFunction() argument
14529 auto makeTestInvoker( void(*testAsFunction)() ) noexcept -> ITestInvoker* { in makeTestInvoker() argument
14530 return new(std::nothrow) TestInvokerAsFunction( testAsFunction ); in makeTestInvoker()