Home
last modified time | relevance | path

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

/external/catch2/include/internal/
Dcatch_capture.hpp35 #define INTERNAL_CATCH_CATCH( handler ) catch(...) { handler.handleUnexpectedInflightException(); }
83 catchAssertionHandler.handleUnexpectedInflightException(); \
118 catchAssertionHandler.handleUnexpectedInflightException(); \
Dcatch_assertionhandler.cpp97 void AssertionHandler::handleUnexpectedInflightException() { in handleUnexpectedInflightException() function in Catch::AssertionHandler
98 …m_resultCapture.handleUnexpectedInflightException( m_assertionInfo, Catch::translateActiveExceptio… in handleUnexpectedInflightException()
Dcatch_assertionhandler.h75 void handleUnexpectedInflightException();
Dcatch_interfaces_capture.h75 virtual void handleUnexpectedInflightException
Dcatch_capture_matchers.h81 catchAssertionHandler.handleUnexpectedInflightException(); \
Dcatch_run_context.h67 void handleUnexpectedInflightException
Dcatch_run_context.cpp364handleUnexpectedInflightException( m_lastAssertionInfo, translateActiveException(), dummyReaction … in runCurrentTest()
458 void RunContext::handleUnexpectedInflightException( in handleUnexpectedInflightException() function in Catch::RunContext
/external/catch2/single_include/catch2/
Dcatch.hpp2469 virtual void handleUnexpectedInflightException
2552 void handleUnexpectedInflightException();
2670 #define INTERNAL_CATCH_CATCH( handler ) catch(...) { handler.handleUnexpectedInflightException(); }
2709 catchAssertionHandler.handleUnexpectedInflightException(); \
2744 catchAssertionHandler.handleUnexpectedInflightException(); \
3798 catchAssertionHandler.handleUnexpectedInflightException(); \
8052 void handleUnexpectedInflightException
8221 void AssertionHandler::handleUnexpectedInflightException() { in handleUnexpectedInflightException() function in Catch::AssertionHandler
8222 …m_resultCapture.handleUnexpectedInflightException( m_assertionInfo, Catch::translateActiveExceptio… in handleUnexpectedInflightException()
12804handleUnexpectedInflightException( m_lastAssertionInfo, translateActiveException(), dummyReaction … in runCurrentTest()
[all …]
/external/libabigail/tests/lib/
Dcatch.hpp2491 virtual void handleUnexpectedInflightException
2574 void handleUnexpectedInflightException();
2692 #define INTERNAL_CATCH_CATCH( handler ) catch(...) { handler.handleUnexpectedInflightException(); }
2731 catchAssertionHandler.handleUnexpectedInflightException(); \
2766 catchAssertionHandler.handleUnexpectedInflightException(); \
3822 catchAssertionHandler.handleUnexpectedInflightException(); \
8107 void handleUnexpectedInflightException
8276 void AssertionHandler::handleUnexpectedInflightException() { in handleUnexpectedInflightException() function in Catch::AssertionHandler
8277 …m_resultCapture.handleUnexpectedInflightException( m_assertionInfo, Catch::translateActiveExceptio… in handleUnexpectedInflightException()
12947handleUnexpectedInflightException( m_lastAssertionInfo, translateActiveException(), dummyReaction … in runCurrentTest()
[all …]