Home
last modified time | relevance | path

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

/external/catch2/include/reporters/
Dcatch_reporter_bases.hpp36 if( !DerivedT::getSupportedVerbosities().count( m_config->verbosity() ) ) in StreamingReporterBase()
44 static std::set<Verbosity> getSupportedVerbosities() { in getSupportedVerbosities() function
151 if( !DerivedT::getSupportedVerbosities().count( m_config->verbosity() ) ) in CumulativeReporterBase()
160 static std::set<Verbosity> getSupportedVerbosities() { in getSupportedVerbosities() function
269 static std::set<Verbosity> getSupportedVerbosities();
Dcatch_reporter_bases.cpp48 std::set<Verbosity> TestEventListenerBase::getSupportedVerbosities() { in getSupportedVerbosities() function in Catch::TestEventListenerBase
Dcatch_reporter_listening.h32 static std::set<Verbosity> getSupportedVerbosities();
Dcatch_reporter_listening.cpp33 std::set<Verbosity> ListeningReporter::getSupportedVerbosities() { in getSupportedVerbosities() function in Catch::ListeningReporter
/external/catch2/single_include/catch2/
Dcatch.hpp5093 if( !DerivedT::getSupportedVerbosities().count( m_config->verbosity() ) ) in StreamingReporterBase()
5101 static std::set<Verbosity> getSupportedVerbosities() { in getSupportedVerbosities() function
5207 if( !DerivedT::getSupportedVerbosities().count( m_config->verbosity() ) ) in CumulativeReporterBase()
5216 static std::set<Verbosity> getSupportedVerbosities() { in getSupportedVerbosities() function
5324 static std::set<Verbosity> getSupportedVerbosities();
8887 static std::set<Verbosity> getSupportedVerbosities();
13028 std::set<Verbosity> TestEventListenerBase::getSupportedVerbosities() { in getSupportedVerbosities() function in Catch::TestEventListenerBase
14206 std::set<Verbosity> ListeningReporter::getSupportedVerbosities() { in getSupportedVerbosities() function in Catch::ListeningReporter