Searched refs:registerReporter (Results 1 – 7 of 7) sorted by relevance
/external/catch2/include/internal/ |
D | catch_registry_hub.cpp | 45 … 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()
|
D | catch_reporter_registry.h | 25 void registerReporter( std::string const& name, IReporterFactoryPtr const& factory );
|
D | catch_reporter_registry.cpp | 20 …void ReporterRegistry::registerReporter( std::string const& name, IReporterFactoryPtr const& facto… in registerReporter() function in Catch::ReporterRegistry
|
D | catch_interfaces_registry_hub.h | 44 … virtual void registerReporter( std::string const& name, IReporterFactoryPtr const& factory ) = 0;
|
D | catch_reporter_registrars.hpp | 33 getMutableRegistryHub().registerReporter( name, std::make_shared<ReporterFactory>() ); in ReporterRegistrar()
|
/external/bcc/tests/cc/ |
D | catch.hpp | 2539 …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/ |
D | catch.hpp | 2645 … 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
|