Home
last modified time | relevance | path

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

/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp2439 virtual void handleFatalErrorCondition( StringRef message ) = 0;
8045 void handleFatalErrorCondition( StringRef message ) override;
10643 Catch::getCurrentContext().getResultCapture()->handleFatalErrorCondition( message ); in reportFatal()
12685 void RunContext::handleFatalErrorCondition( StringRef message ) { in handleFatalErrorCondition() function in Catch::RunContext