Home
last modified time | relevance | path

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

/external/catch2/include/internal/
Dcatch_interfaces_registry_hub.h23 struct IReporterFactory;
29 using IReporterFactoryPtr = std::shared_ptr<IReporterFactory>;
Dcatch_reporter_registrars.hpp19 class ReporterFactory : public IReporterFactory {
40 class ListenerFactory : public IReporterFactory {
Dcatch_interfaces_reporter.cpp111 IReporterFactory::~IReporterFactory() = default;
Dcatch_interfaces_reporter.h251 struct IReporterFactory { struct
252 virtual ~IReporterFactory();
256 using IReporterFactoryPtr = std::shared_ptr<IReporterFactory>;
/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.hpp2931 struct IReporterFactory;
2937 using IReporterFactoryPtr = std::shared_ptr<IReporterFactory>;
5652 struct IReporterFactory { struct
5653 virtual ~IReporterFactory();
5657 using IReporterFactoryPtr = std::shared_ptr<IReporterFactory>;
6006 class ReporterFactory : public IReporterFactory {
6027 class ListenerFactory : public IReporterFactory {
11043 IReporterFactory::~IReporterFactory() = default;
/external/libabigail/tests/lib/
Dcatch.hpp2953 struct IReporterFactory;
2959 using IReporterFactoryPtr = std::shared_ptr<IReporterFactory>;
5685 struct IReporterFactory { struct
5686 virtual ~IReporterFactory();
5690 using IReporterFactoryPtr = std::shared_ptr<IReporterFactory>;
6042 class ReporterFactory : public IReporterFactory {
6063 class ListenerFactory : public IReporterFactory {
11105 IReporterFactory::~IReporterFactory() = default;