Home
last modified time | relevance | path

Searched refs:handleFatalErrorCondition (Results 1 – 6 of 6) sorted by relevance

/external/catch2/include/internal/
Dcatch_interfaces_capture.h52 virtual void handleFatalErrorCondition( StringRef message ) = 0;
Dcatch_fatal_condition.cpp25 Catch::getCurrentContext().getResultCapture()->handleFatalErrorCondition( message ); in reportFatal()
Dcatch_run_context.h99 void handleFatalErrorCondition( StringRef message ) override;
Dcatch_run_context.cpp266 void RunContext::handleFatalErrorCondition( StringRef message ) { in handleFatalErrorCondition() function in Catch::RunContext
/external/bcc/tests/cc/
Dcatch.hpp1980 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
/external/catch2/single_include/catch2/
Dcatch.hpp2106 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