Searched defs:IReporterRegistry (Results 1 – 3 of 3) sorted by relevance
220 struct IReporterRegistry { struct224 virtual ~IReporterRegistry(); argument
5273 struct IReporterRegistry { struct5274 typedef std::map<std::string, Ptr<IReporterFactory> > FactoryMap;5275 typedef std::vector<Ptr<IReporterFactory> > Listeners;
5058 struct IReporterRegistry { struct5059 using FactoryMap = std::map<std::string, IReporterFactoryPtr>;5060 using Listeners = std::vector<IReporterFactoryPtr>;