Home
last modified time | relevance | path

Searched refs:IStreamingReporterPtr (Results 1 – 10 of 10) sorted by relevance

/external/catch2/include/reporters/
Dcatch_reporter_listening.h15 using Reporters = std::vector<IStreamingReporterPtr>;
17 IStreamingReporterPtr m_reporter = nullptr;
23 void addListener( IStreamingReporterPtr&& listener );
24 void addReporter( IStreamingReporterPtr&& reporter );
Dcatch_reporter_listening.cpp19 void ListeningReporter::addListener( IStreamingReporterPtr&& listener ) { in addListener()
23 void ListeningReporter::addReporter(IStreamingReporterPtr&& reporter) { in addReporter()
/external/catch2/include/internal/
Dcatch_reporter_registrars.hpp21 virtual IStreamingReporterPtr create( ReporterConfig const& config ) const override { in create()
42 virtual IStreamingReporterPtr create( ReporterConfig const& config ) const override { in create()
Dcatch_interfaces_reporter.h211 using IStreamingReporterPtr = std::unique_ptr<IStreamingReporter>; variable
215 virtual IStreamingReporterPtr create( ReporterConfig const& config ) const = 0;
225 …virtual IStreamingReporterPtr create( std::string const& name, IConfigPtr const& config ) const = …
Dcatch_run_context.h40 explicit RunContext( IConfigPtr const& _config, IStreamingReporterPtr&& reporter );
138 IStreamingReporterPtr m_reporter;
Dcatch_reporter_registry.h23IStreamingReporterPtr create( std::string const& name, IConfigPtr const& config ) const override;
Dcatch_reporter_registry.cpp13IStreamingReporterPtr ReporterRegistry::create( std::string const& name, IConfigPtr const& config … in create()
Dcatch_session.cpp34IStreamingReporterPtr createReporter(std::string const& reporterName, IConfigPtr const& config) { in createReporter()
41 IStreamingReporterPtr makeReporter(std::shared_ptr<Config> const& config) { in makeReporter()
Dcatch_run_context.cpp70 RunContext::RunContext(IConfigPtr const& _config, IStreamingReporterPtr&& reporter) in RunContext()
/external/catch2/single_include/catch2/
Dcatch.hpp5049 using IStreamingReporterPtr = std::unique_ptr<IStreamingReporter>; typedef
5053 virtual IStreamingReporterPtr create( ReporterConfig const& config ) const = 0;
5063 …virtual IStreamingReporterPtr create( std::string const& name, IConfigPtr const& config ) const = …
5402 virtual IStreamingReporterPtr create( ReporterConfig const& config ) const override { in create()
5423 virtual IStreamingReporterPtr create( ReporterConfig const& config ) const override { in create()
6141 explicit RunContext( IConfigPtr const& _config, IStreamingReporterPtr&& reporter );
6239 IStreamingReporterPtr m_reporter;
8870 using Reporters = std::vector<IStreamingReporterPtr>;
8872 IStreamingReporterPtr m_reporter = nullptr;
8878 void addListener( IStreamingReporterPtr&& listener );
[all …]