Searched refs:FactoryMap (Results 1 – 9 of 9) sorted by relevance
72 typedef llvm::StringMap<CheckFactory> FactoryMap; typedef73 FactoryMap::const_iterator begin() const { return Factories.begin(); } in begin()74 FactoryMap::const_iterator end() const { return Factories.end(); } in end()78 FactoryMap Factories;
28 FactoryMap const& getFactories() const override;32 FactoryMap m_factories;
27 IReporterRegistry::FactoryMap const& ReporterRegistry::getFactories() const { in getFactories()
259 using FactoryMap = std::map<std::string, IReporterFactoryPtr>; member264 virtual FactoryMap const& getFactories() const = 0;
139 …IReporterRegistry::FactoryMap const& factories = getRegistryHub().getReporterRegistry().getFactori… in listReporters()
119 …IReporterRegistry::FactoryMap const& factories = getRegistryHub().getReporterRegistry().getFactori… in makeCommandLineParser()
5274 typedef std::map<std::string, Ptr<IReporterFactory> > FactoryMap; typedef5279 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;
5660 using FactoryMap = std::map<std::string, IReporterFactoryPtr>; typedef5665 virtual FactoryMap const& getFactories() const = 0;9759 …IReporterRegistry::FactoryMap const& factories = getRegistryHub().getReporterRegistry().getFactori… in makeCommandLineParser()11241 …IReporterRegistry::FactoryMap const& factories = getRegistryHub().getReporterRegistry().getFactori… in listReporters()12224 FactoryMap const& getFactories() const override;12228 FactoryMap m_factories;12419 IReporterRegistry::FactoryMap const& ReporterRegistry::getFactories() const { in getFactories()
5693 using FactoryMap = std::map<std::string, IReporterFactoryPtr>; typedef5698 virtual FactoryMap const& getFactories() const = 0;9814 …IReporterRegistry::FactoryMap const& factories = getRegistryHub().getReporterRegistry().getFactori… in makeCommandLineParser()11303 …IReporterRegistry::FactoryMap const& factories = getRegistryHub().getReporterRegistry().getFactori… in listReporters()12286 FactoryMap const& getFactories() const override;12290 FactoryMap m_factories;12487 IReporterRegistry::FactoryMap const& ReporterRegistry::getFactories() const { in getFactories()