Home
last modified time | relevance | path

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

/external/catch2/include/internal/
Dcatch_interfaces_capture.h61 virtual void handleFatalErrorCondition( StringRef message ) = 0;
Dcatch_fatal_condition.cpp25 Catch::getCurrentContext().getResultCapture()->handleFatalErrorCondition( message ); in reportFatal()
Dcatch_run_context.h103 void handleFatalErrorCondition( StringRef message ) override;
Dcatch_run_context.cpp275 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.hpp2455 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
/external/libabigail/tests/lib/
Dcatch.hpp2477 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