Home
last modified time | relevance | path

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

/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp5675 if( !DerivedT::getSupportedVerbosities().count( m_config->verbosity() ) ) in StreamingReporterBase()
5683 static std::set<Verbosity> getSupportedVerbosities() { in getSupportedVerbosities() function
5792 if( !DerivedT::getSupportedVerbosities().count( m_config->verbosity() ) ) in CumulativeReporterBase()
5801 static std::set<Verbosity> getSupportedVerbosities() { in getSupportedVerbosities() function
5909 static std::set<Verbosity> getSupportedVerbosities();
10868 static std::set<Verbosity> getSupportedVerbosities();
15475 std::set<Verbosity> TestEventListenerBase::getSupportedVerbosities() { in getSupportedVerbosities() function in Catch::TestEventListenerBase
16747 std::set<Verbosity> ListeningReporter::getSupportedVerbosities() { in getSupportedVerbosities() function in Catch::ListeningReporter