Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/
DClangTidyModule.h72 typedef llvm::StringMap<CheckFactory> FactoryMap; typedef
73 FactoryMap::const_iterator begin() const { return Factories.begin(); } in begin()
74 FactoryMap::const_iterator end() const { return Factories.end(); } in end()
78 FactoryMap Factories;
/external/catch2/include/internal/
Dcatch_reporter_registry.h28 FactoryMap const& getFactories() const override;
32 FactoryMap m_factories;
Dcatch_reporter_registry.cpp27 IReporterRegistry::FactoryMap const& ReporterRegistry::getFactories() const { in getFactories()
Dcatch_interfaces_reporter.h259 using FactoryMap = std::map<std::string, IReporterFactoryPtr>; member
264 virtual FactoryMap const& getFactories() const = 0;
Dcatch_list.cpp139 …IReporterRegistry::FactoryMap const& factories = getRegistryHub().getReporterRegistry().getFactori… in listReporters()
Dcatch_commandline.cpp119 …IReporterRegistry::FactoryMap const& factories = getRegistryHub().getReporterRegistry().getFactori… in makeCommandLineParser()
/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.hpp5660 using FactoryMap = std::map<std::string, IReporterFactoryPtr>; typedef
5665 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()
/external/libabigail/tests/lib/
Dcatch.hpp5693 using FactoryMap = std::map<std::string, IReporterFactoryPtr>; typedef
5698 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()