Lines Matching refs:handleUnexpectedInflightException
2453 virtual void handleUnexpectedInflightException
2536 void handleUnexpectedInflightException();
2654 #define INTERNAL_CATCH_CATCH( handler ) catch(...) { handler.handleUnexpectedInflightException(); }
2693 catchAssertionHandler.handleUnexpectedInflightException(); \
2728 catchAssertionHandler.handleUnexpectedInflightException(); \
3780 catchAssertionHandler.handleUnexpectedInflightException(); \
8009 void handleUnexpectedInflightException
8178 void AssertionHandler::handleUnexpectedInflightException() { in handleUnexpectedInflightException() function in Catch::AssertionHandler
8179 …m_resultCapture.handleUnexpectedInflightException( m_assertionInfo, Catch::translateActiveExceptio… in handleUnexpectedInflightException()
12774 …handleUnexpectedInflightException( m_lastAssertionInfo, translateActiveException(), dummyReaction … in runCurrentTest()
12868 void RunContext::handleUnexpectedInflightException( in handleUnexpectedInflightException() function in Catch::RunContext