Searched refs:getSupportedVerbosities (Results 1 – 1 of 1) sorted by relevance
5675 if( !DerivedT::getSupportedVerbosities().count( m_config->verbosity() ) ) in StreamingReporterBase()5683 static std::set<Verbosity> getSupportedVerbosities() { in getSupportedVerbosities() function5792 if( !DerivedT::getSupportedVerbosities().count( m_config->verbosity() ) ) in CumulativeReporterBase()5801 static std::set<Verbosity> getSupportedVerbosities() { in getSupportedVerbosities() function5909 static std::set<Verbosity> getSupportedVerbosities();10868 static std::set<Verbosity> getSupportedVerbosities();15475 std::set<Verbosity> TestEventListenerBase::getSupportedVerbosities() { in getSupportedVerbosities() function in Catch::TestEventListenerBase16747 std::set<Verbosity> ListeningReporter::getSupportedVerbosities() { in getSupportedVerbosities() function in Catch::ListeningReporter