Lines Matching refs:handleUnexpectedInflightException
2491 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()
12947 …handleUnexpectedInflightException( m_lastAssertionInfo, translateActiveException(), dummyReaction … in runCurrentTest()
13041 void RunContext::handleUnexpectedInflightException( in handleUnexpectedInflightException() function in Catch::RunContext