Home
last modified time | relevance | path

Searched refs:ReporterFactory (Results 1 – 4 of 4) 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.hpp6006 class ReporterFactory : public IReporterFactory { class in Catch::ReporterRegistrar
6020 getMutableRegistryHub().registerReporter( name, std::make_shared<ReporterFactory>() ); in ReporterRegistrar()
/external/libabigail/tests/lib/
Dcatch.hpp6042 class ReporterFactory : public IReporterFactory { class in Catch::ReporterRegistrar
6056 getMutableRegistryHub().registerReporter( name, std::make_shared<ReporterFactory>() ); in ReporterRegistrar()