Home
last modified time | relevance | path

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

/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp5639 using FactoryMap = std::map<std::string, IReporterFactoryPtr>; typedef
5644 virtual FactoryMap const& getFactories() const = 0;
9715 …IReporterRegistry::FactoryMap const& factories = getRegistryHub().getReporterRegistry().getFactori… in makeCommandLineParser()
11193 …IReporterRegistry::FactoryMap const& factories = getRegistryHub().getReporterRegistry().getFactori… in listReporters()
12194 FactoryMap const& getFactories() const override;
12198 FactoryMap m_factories;
12389 IReporterRegistry::FactoryMap const& ReporterRegistry::getFactories() const { in getFactories()