Home
last modified time | relevance | path

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

/external/catch2/include/internal/
Dcatch_reporter_registrars.hpp19 class ReporterFactory : public IReporterFactory { class in Catch::ReporterRegistrar
33 getMutableRegistryHub().registerReporter( name, std::make_shared<ReporterFactory>() ); in ReporterRegistrar()
/external/bcc/tests/cc/
Dcatch.hpp8765 class ReporterFactory : public IReporterFactory { class in Catch::LegacyReporterRegistrar
8778 getMutableRegistryHub().registerReporter( name, new ReporterFactory() ); in LegacyReporterRegistrar()
8785 class ReporterFactory : public SharedImpl<IReporterFactory> { class in Catch::ReporterRegistrar
8810 getMutableRegistryHub().registerReporter( name, new ReporterFactory() ); in ReporterRegistrar()
/external/catch2/single_include/catch2/
Dcatch.hpp5400 class ReporterFactory : public IReporterFactory { class in Catch::ReporterRegistrar
5414 getMutableRegistryHub().registerReporter( name, std::make_shared<ReporterFactory>() ); in ReporterRegistrar()