Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/bsnmp/tests/
HDcatch.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