Searched refs:IReporterRegistry (Results 1 – 10 of 10) sorted by relevance
27 IReporterRegistry::FactoryMap const& ReporterRegistry::getFactories() const { in getFactories()30 IReporterRegistry::Listeners const& ReporterRegistry::getListeners() const { in getListeners()
22 struct IReporterRegistry;32 virtual IReporterRegistry const& getReporterRegistry() const = 0;
112 IReporterRegistry::~IReporterRegistry() = default;
220 struct IReporterRegistry { struct224 virtual ~IReporterRegistry(); argument
17 class ReporterRegistry : public IReporterRegistry {
28 IReporterRegistry const& getReporterRegistry() const override { in getReporterRegistry()
112 …IReporterRegistry::FactoryMap const& factories = getRegistryHub().getReporterRegistry().getFactori… in makeCommandLineParser()
130 …IReporterRegistry::FactoryMap const& factories = getRegistryHub().getReporterRegistry().getFactori… in listReporters()
2526 struct IReporterRegistry;2532 virtual IReporterRegistry const& getReporterRegistry() const = 0;5273 struct IReporterRegistry { struct5277 virtual ~IReporterRegistry();5410 …IReporterRegistry::FactoryMap const& factories = getRegistryHub().getReporterRegistry().getFactori… in listReporters()5411 …IReporterRegistry::FactoryMap::const_iterator itBegin = factories.begin(), itEnd = factories.end()… in listReporters()6223 … IReporterRegistry::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 …]
2624 struct IReporterRegistry;2634 virtual IReporterRegistry const& getReporterRegistry() const = 0;5058 struct IReporterRegistry { struct5062 virtual ~IReporterRegistry();7879 …IReporterRegistry::FactoryMap const& factories = getRegistryHub().getReporterRegistry().getFactori… in makeCommandLineParser()9011 IReporterRegistry::~IReporterRegistry() = default;9199 …IReporterRegistry::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 …]