Home
last modified time | relevance | path

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

/external/catch2/include/internal/
Dcatch_reporter_registry.cpp11 ReporterRegistry::~ReporterRegistry() = default;
13 …IStreamingReporterPtr ReporterRegistry::create( std::string const& name, IConfigPtr const& config … in create()
20 …void ReporterRegistry::registerReporter( std::string const& name, IReporterFactoryPtr const& facto… in registerReporter()
23 void ReporterRegistry::registerListener( IReporterFactoryPtr const& factory ) { in registerListener()
27 IReporterRegistry::FactoryMap const& ReporterRegistry::getFactories() const { in getFactories()
30 IReporterRegistry::Listeners const& ReporterRegistry::getListeners() const { in getListeners()
Dcatch_reporter_registry.h17 class ReporterRegistry : public IReporterRegistry {
21 ~ReporterRegistry() override;
Dcatch_registry_hub.cpp66 ReporterRegistry m_reporterRegistry;
/external/catch2/single_include/catch2/
Dcatch.hpp10006 class ReporterRegistry : public IReporterRegistry { class
10010 ~ReporterRegistry() override;
10163 ReporterRegistry m_reporterRegistry;
10192 ReporterRegistry::~ReporterRegistry() = default;
10194 …IStreamingReporterPtr ReporterRegistry::create( std::string const& name, IConfigPtr const& config … in create()
10201 …void ReporterRegistry::registerReporter( std::string const& name, IReporterFactoryPtr const& facto… in registerReporter()
10204 void ReporterRegistry::registerListener( IReporterFactoryPtr const& factory ) { in registerListener()
10208 IReporterRegistry::FactoryMap const& ReporterRegistry::getFactories() const { in getFactories()
10211 IReporterRegistry::Listeners const& ReporterRegistry::getListeners() const { in getListeners()
/external/bcc/tests/cc/
Dcatch.hpp6586 class ReporterRegistry : public IReporterRegistry { class
6590 virtual ~ReporterRegistry() CATCH_OVERRIDE {} in ~ReporterRegistry()
6719 ReporterRegistry m_reporterRegistry;