Searched refs:handleFatalErrorCondition (Results 1 – 6 of 6) sorted by relevance
52 virtual void handleFatalErrorCondition( StringRef message ) = 0;
25 Catch::getCurrentContext().getResultCapture()->handleFatalErrorCondition( message ); in reportFatal()
99 void handleFatalErrorCondition( StringRef message ) override;
266 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
2106 virtual void handleFatalErrorCondition( StringRef message ) = 0;6200 void handleFatalErrorCondition( StringRef message ) override;8648 Catch::getCurrentContext().getResultCapture()->handleFatalErrorCondition( message ); in reportFatal()10495 void RunContext::handleFatalErrorCondition( StringRef message ) { in handleFatalErrorCondition() function in Catch::RunContext