Searched refs:handleFatalErrorCondition (Results 1 – 7 of 7) sorted by relevance
61 virtual void handleFatalErrorCondition( StringRef message ) = 0;
25 Catch::getCurrentContext().getResultCapture()->handleFatalErrorCondition( message ); in reportFatal()
103 void handleFatalErrorCondition( StringRef message ) override;
275 void RunContext::handleFatalErrorCondition( StringRef message ) { in handleFatalErrorCondition() function in Catch::RunContext
1980 virtual void handleFatalErrorCondition( std::string const& message ) = 0;5761 resultCapture->handleFatalErrorCondition( message ); in fatal()6027 virtual void handleFatalErrorCondition( std::string const& message ) { in handleFatalErrorCondition() function in Catch::RunContext
2455 virtual void handleFatalErrorCondition( StringRef message ) = 0;8088 void handleFatalErrorCondition( StringRef message ) override;10691 Catch::getCurrentContext().getResultCapture()->handleFatalErrorCondition( message ); in reportFatal()12715 void RunContext::handleFatalErrorCondition( StringRef message ) { in handleFatalErrorCondition() function in Catch::RunContext
2477 virtual void handleFatalErrorCondition( StringRef message ) = 0;8143 void handleFatalErrorCondition( StringRef message ) override;10749 Catch::getCurrentContext().getResultCapture()->handleFatalErrorCondition( message ); in reportFatal()12858 void RunContext::handleFatalErrorCondition( StringRef message ) { in handleFatalErrorCondition() function in Catch::RunContext