Home
last modified time | relevance | path

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

/external/catch2/include/internal/
Dcatch_session.cpp35 … auto reporter = Catch::getRegistryHub().getReporterRegistry().create(reporterName, config); in createReporter()
42 if (Catch::getRegistryHub().getReporterRegistry().getListeners().empty()) { in makeReporter()
53 auto const& listeners = Catch::getRegistryHub().getReporterRegistry().getListeners(); in makeReporter()
Dcatch_interfaces_registry_hub.h32 virtual IReporterRegistry const& getReporterRegistry() const = 0;
Dcatch_registry_hub.cpp28 IReporterRegistry const& getReporterRegistry() const override { in getReporterRegistry() function in Catch::__anon24ac53c70111::RegistryHub
Dcatch_commandline.cpp112 …IReporterRegistry::FactoryMap const& factories = getRegistryHub().getReporterRegistry().getFactori… in makeCommandLineParser()
Dcatch_list.cpp130 …IReporterRegistry::FactoryMap const& factories = getRegistryHub().getReporterRegistry().getFactori… in listReporters()
/external/catch2/single_include/catch2/
Dcatch.hpp2634 virtual IReporterRegistry const& getReporterRegistry() const = 0;
7879 …IReporterRegistry::FactoryMap const& factories = getRegistryHub().getReporterRegistry().getFactori… in makeCommandLineParser()
9199 …IReporterRegistry::FactoryMap const& factories = getRegistryHub().getReporterRegistry().getFactori… in listReporters()
10125 IReporterRegistry const& getReporterRegistry() const override { in getReporterRegistry() function in Catch::__anondb8a344f1911::RegistryHub
10863 … auto reporter = Catch::getRegistryHub().getReporterRegistry().create(reporterName, config); in createReporter()
10870 if (Catch::getRegistryHub().getReporterRegistry().getListeners().empty()) { in makeReporter()
10881 auto const& listeners = Catch::getRegistryHub().getReporterRegistry().getListeners(); in makeReporter()
/external/bcc/tests/cc/
Dcatch.hpp2532 virtual IReporterRegistry const& getReporterRegistry() const = 0;
5410 …IReporterRegistry::FactoryMap const& factories = getRegistryHub().getReporterRegistry().getFactori… in listReporters()
6201 …Ptr<IStreamingReporter> reporter = getRegistryHub().getReporterRegistry().create( reporterName, co… in createReporter()
6223 … IReporterRegistry::Listeners listeners = getRegistryHub().getReporterRegistry().getListeners(); in addListeners()
6693 virtual IReporterRegistry const& getReporterRegistry() const CATCH_OVERRIDE { in getReporterRegistry() function in Catch::__anon9ae92ec10211::RegistryHub