Home
last modified time | relevance | path

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

/external/catch2/include/internal/
Dcatch_interfaces_registry_hub.h23 struct IReporterFactory;
27 using IReporterFactoryPtr = std::shared_ptr<IReporterFactory>;
Dcatch_reporter_registrars.hpp19 class ReporterFactory : public IReporterFactory {
40 class ListenerFactory : public IReporterFactory {
Dcatch_interfaces_reporter.h213 struct IReporterFactory { struct
214 virtual ~IReporterFactory();
218 using IReporterFactoryPtr = std::shared_ptr<IReporterFactory>;
Dcatch_interfaces_reporter.cpp111 IReporterFactory::~IReporterFactory() = default;
/external/bcc/tests/cc/
Dcatch.hpp2527 struct IReporterFactory;
2539 …virtual void registerReporter( std::string const& name, Ptr<IReporterFactory> const& factory ) = 0;
2540 virtual void registerListener( Ptr<IReporterFactory> const& factory ) = 0;
5267 struct IReporterFactory : IShared { struct
5268 virtual ~IReporterFactory();
5274 typedef std::map<std::string, Ptr<IReporterFactory> > FactoryMap;
5275 typedef std::vector<Ptr<IReporterFactory> > Listeners;
6599 void registerReporter( std::string const& name, Ptr<IReporterFactory> const& factory ) { in registerReporter()
6602 void registerListener( Ptr<IReporterFactory> const& factory ) { in registerListener()
6704 …virtual void registerReporter( std::string const& name, Ptr<IReporterFactory> const& factory ) CAT… in registerReporter()
[all …]
/external/catch2/single_include/catch2/
Dcatch.hpp2625 struct IReporterFactory;
2629 using IReporterFactoryPtr = std::shared_ptr<IReporterFactory>;
5051 struct IReporterFactory { struct
5052 virtual ~IReporterFactory();
5056 using IReporterFactoryPtr = std::shared_ptr<IReporterFactory>;
5400 class ReporterFactory : public IReporterFactory {
5421 class ListenerFactory : public IReporterFactory {
9010 IReporterFactory::~IReporterFactory() = default;