Home
last modified time | relevance | path

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

/external/catch2/include/internal/
Dcatch_registry_hub.cpp45 … void registerReporter( std::string const& name, IReporterFactoryPtr const& factory ) override { in registerReporter() function in Catch::__anon24ac53c70111::RegistryHub
46 m_reporterRegistry.registerReporter( name, factory ); in registerReporter()
Dcatch_reporter_registry.h25 void registerReporter( std::string const& name, IReporterFactoryPtr const& factory );
Dcatch_reporter_registry.cpp20 …void ReporterRegistry::registerReporter( std::string const& name, IReporterFactoryPtr const& facto… in registerReporter() function in Catch::ReporterRegistry
Dcatch_interfaces_registry_hub.h44 … virtual void registerReporter( std::string const& name, IReporterFactoryPtr const& factory ) = 0;
Dcatch_reporter_registrars.hpp33 getMutableRegistryHub().registerReporter( name, std::make_shared<ReporterFactory>() ); in ReporterRegistrar()
/external/bcc/tests/cc/
Dcatch.hpp2539 …virtual void registerReporter( std::string const& name, Ptr<IReporterFactory> const& factory ) = 0;
6599 void registerReporter( std::string const& name, Ptr<IReporterFactory> const& factory ) { in registerReporter() function in Catch::ReporterRegistry
6704 …virtual void registerReporter( std::string const& name, Ptr<IReporterFactory> const& factory ) CAT… in registerReporter() function in Catch::__anon9ae92ec10211::RegistryHub
6705 m_reporterRegistry.registerReporter( name, factory ); in registerReporter()
8778 getMutableRegistryHub().registerReporter( name, new ReporterFactory() ); in LegacyReporterRegistrar()
8810 getMutableRegistryHub().registerReporter( name, new ReporterFactory() ); in ReporterRegistrar()
/external/catch2/single_include/catch2/
Dcatch.hpp2645 … virtual void registerReporter( std::string const& name, IReporterFactoryPtr const& factory ) = 0;
5414 getMutableRegistryHub().registerReporter( name, std::make_shared<ReporterFactory>() ); in ReporterRegistrar()
10014 void registerReporter( std::string const& name, IReporterFactoryPtr const& factory );
10142 … void registerReporter( std::string const& name, IReporterFactoryPtr const& factory ) override { in registerReporter() function in Catch::__anondb8a344f1911::RegistryHub
10143 m_reporterRegistry.registerReporter( name, factory ); in registerReporter()
10201 …void ReporterRegistry::registerReporter( std::string const& name, IReporterFactoryPtr const& facto… in registerReporter() function in Catch::ReporterRegistry