Searched defs:IReporterRegistry (Results 1 – 4 of 4) sorted by relevance
258 struct IReporterRegistry { struct262 virtual ~IReporterRegistry(); argument
5273 struct IReporterRegistry { struct5274 typedef std::map<std::string, Ptr<IReporterFactory> > FactoryMap;5275 typedef std::vector<Ptr<IReporterFactory> > Listeners;
5659 struct IReporterRegistry { struct5660 using FactoryMap = std::map<std::string, IReporterFactoryPtr>;5661 using Listeners = std::vector<IReporterFactoryPtr>;
5692 struct IReporterRegistry { struct5693 using FactoryMap = std::map<std::string, IReporterFactoryPtr>;5694 using Listeners = std::vector<IReporterFactoryPtr>;