Home
last modified time | relevance | path

Searched refs:IReporterRegistry (Results 1 – 10 of 10) sorted by relevance

/external/catch2/include/internal/
Dcatch_reporter_registry.cpp27 IReporterRegistry::FactoryMap const& ReporterRegistry::getFactories() const { in getFactories()
30 IReporterRegistry::Listeners const& ReporterRegistry::getListeners() const { in getListeners()
Dcatch_interfaces_registry_hub.h22 struct IReporterRegistry;
32 virtual IReporterRegistry const& getReporterRegistry() const = 0;
Dcatch_interfaces_reporter.cpp112 IReporterRegistry::~IReporterRegistry() = default;
Dcatch_interfaces_reporter.h220 struct IReporterRegistry { struct
224 virtual ~IReporterRegistry(); argument
Dcatch_reporter_registry.h17 class ReporterRegistry : public IReporterRegistry {
Dcatch_registry_hub.cpp28 IReporterRegistry const& getReporterRegistry() const override { in getReporterRegistry()
Dcatch_commandline.cpp112IReporterRegistry::FactoryMap const& factories = getRegistryHub().getReporterRegistry().getFactori… in makeCommandLineParser()
Dcatch_list.cpp130IReporterRegistry::FactoryMap const& factories = getRegistryHub().getReporterRegistry().getFactori… in listReporters()
/external/bcc/tests/cc/
Dcatch.hpp2526 struct IReporterRegistry;
2532 virtual IReporterRegistry const& getReporterRegistry() const = 0;
5273 struct IReporterRegistry { struct
5277 virtual ~IReporterRegistry();
5410IReporterRegistry::FactoryMap const& factories = getRegistryHub().getReporterRegistry().getFactori… in listReporters()
5411IReporterRegistry::FactoryMap::const_iterator itBegin = factories.begin(), itEnd = factories.end()… in listReporters()
6223IReporterRegistry::Listeners listeners = getRegistryHub().getReporterRegistry().getListeners(); in addListeners()
6224 … for( IReporterRegistry::Listeners::const_iterator it = listeners.begin(), itEnd = listeners.end(); in addListeners()
6586 class ReporterRegistry : public IReporterRegistry {
6693 virtual IReporterRegistry const& getReporterRegistry() const CATCH_OVERRIDE { in getReporterRegistry()
[all …]
/external/catch2/single_include/catch2/
Dcatch.hpp2624 struct IReporterRegistry;
2634 virtual IReporterRegistry const& getReporterRegistry() const = 0;
5058 struct IReporterRegistry { struct
5062 virtual ~IReporterRegistry();
7879IReporterRegistry::FactoryMap const& factories = getRegistryHub().getReporterRegistry().getFactori… in makeCommandLineParser()
9011 IReporterRegistry::~IReporterRegistry() = default;
9199IReporterRegistry::FactoryMap const& factories = getRegistryHub().getReporterRegistry().getFactori… in listReporters()
10006 class ReporterRegistry : public IReporterRegistry {
10125 IReporterRegistry const& getReporterRegistry() const override { in getReporterRegistry()
10208 IReporterRegistry::FactoryMap const& ReporterRegistry::getFactories() const { in getFactories()
[all …]