Home
last modified time | relevance | path

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

/external/catch2/include/internal/
Dcatch_reporter_registry.h28 FactoryMap const& getFactories() const override;
32 FactoryMap m_factories;
Dcatch_interfaces_reporter.h221 using FactoryMap = std::map<std::string, IReporterFactoryPtr>; member
226 virtual FactoryMap const& getFactories() const = 0;
Dcatch_reporter_registry.cpp27 IReporterRegistry::FactoryMap const& ReporterRegistry::getFactories() const { in getFactories()
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/bcc/tests/cc/
Dcatch.hpp5274 typedef std::map<std::string, Ptr<IReporterFactory> > FactoryMap; typedef
5279 virtual FactoryMap const& getFactories() const = 0;
5410 …IReporterRegistry::FactoryMap const& factories = getRegistryHub().getReporterRegistry().getFactori… in listReporters()
5411 …IReporterRegistry::FactoryMap::const_iterator itBegin = factories.begin(), itEnd = factories.end()… in listReporters()
6593 FactoryMap::const_iterator it = m_factories.find( name ); in create()
6606 virtual FactoryMap const& getFactories() const CATCH_OVERRIDE { in getFactories()
6614 FactoryMap m_factories;
/external/catch2/single_include/catch2/
Dcatch.hpp5059 using FactoryMap = std::map<std::string, IReporterFactoryPtr>; typedef
5064 virtual FactoryMap const& getFactories() const = 0;
7879 …IReporterRegistry::FactoryMap const& factories = getRegistryHub().getReporterRegistry().getFactori… in makeCommandLineParser()
9199 …IReporterRegistry::FactoryMap const& factories = getRegistryHub().getReporterRegistry().getFactori… in listReporters()
10017 FactoryMap const& getFactories() const override;
10021 FactoryMap m_factories;
10208 IReporterRegistry::FactoryMap const& ReporterRegistry::getFactories() const { in getFactories()