Home
last modified time | relevance | path

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

/external/catch2/include/internal/
Dcatch_interfaces_registry_hub.h27 using IReporterFactoryPtr = std::shared_ptr<IReporterFactory>; variable
44 … virtual void registerReporter( std::string const& name, IReporterFactoryPtr const& factory ) = 0;
45 virtual void registerListener( IReporterFactoryPtr const& factory ) = 0;
Dcatch_reporter_registry.h25 void registerReporter( std::string const& name, IReporterFactoryPtr const& factory );
26 void registerListener( IReporterFactoryPtr const& factory );
Dcatch_reporter_registry.cpp20 …void ReporterRegistry::registerReporter( std::string const& name, IReporterFactoryPtr const& facto… in registerReporter()
23 void ReporterRegistry::registerListener( IReporterFactoryPtr const& factory ) { in registerListener()
Dcatch_registry_hub.cpp45 … void registerReporter( std::string const& name, IReporterFactoryPtr const& factory ) override { in registerReporter()
48 void registerListener( IReporterFactoryPtr const& factory ) override { in registerListener()
Dcatch_interfaces_reporter.h218 using IReporterFactoryPtr = std::shared_ptr<IReporterFactory>; variable
221 using FactoryMap = std::map<std::string, IReporterFactoryPtr>;
222 using Listeners = std::vector<IReporterFactoryPtr>;
/external/catch2/single_include/catch2/
Dcatch.hpp2629 using IReporterFactoryPtr = std::shared_ptr<IReporterFactory>; typedef
2645 … virtual void registerReporter( std::string const& name, IReporterFactoryPtr const& factory ) = 0;
2646 virtual void registerListener( IReporterFactoryPtr const& factory ) = 0;
5056 using IReporterFactoryPtr = std::shared_ptr<IReporterFactory>; typedef
5059 using FactoryMap = std::map<std::string, IReporterFactoryPtr>;
5060 using Listeners = std::vector<IReporterFactoryPtr>;
10014 void registerReporter( std::string const& name, IReporterFactoryPtr const& factory );
10015 void registerListener( IReporterFactoryPtr const& factory );
10142 … void registerReporter( std::string const& name, IReporterFactoryPtr const& factory ) override { in registerReporter()
10145 void registerListener( IReporterFactoryPtr const& factory ) override { in registerListener()
[all …]