Home
last modified time | relevance | path

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

/external/catch2/include/internal/
Dcatch_interfaces_reporter.cpp108 void IStreamingReporter::fatalErrorEncountered( StringRef ) {} in fatalErrorEncountered() function in Catch::IStreamingReporter
Dcatch_interfaces_reporter.h207 virtual void fatalErrorEncountered( StringRef name );
Dcatch_run_context.cpp268 m_reporter->fatalErrorEncountered(message); in handleFatalErrorCondition()
/external/catch2/single_include/catch2/
Dcatch.hpp5045 virtual void fatalErrorEncountered( StringRef name );
9007 void IStreamingReporter::fatalErrorEncountered( StringRef ) {} in fatalErrorEncountered() function in Catch::IStreamingReporter
10497 m_reporter->fatalErrorEncountered(message); in handleFatalErrorCondition()