Home
last modified time | relevance | path

Searched refs:IStreamingReporterPtr (Results 1 – 11 of 11) 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 IStreamingReporterPtr create( ReporterConfig const& config ) const override { in create()
42 IStreamingReporterPtr create( ReporterConfig const& config ) const override { in create()
Dcatch_interfaces_reporter.h249 using IStreamingReporterPtr = std::unique_ptr<IStreamingReporter>; variable
253 virtual IStreamingReporterPtr create( ReporterConfig const& config ) const = 0;
263 …virtual IStreamingReporterPtr create( std::string const& name, IConfigPtr const& config ) const = …
Dcatch_run_context.h40 explicit RunContext( IConfigPtr const& _config, IStreamingReporterPtr&& reporter );
142 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.cpp36IStreamingReporterPtr createReporter(std::string const& reporterName, IConfigPtr const& config) { in createReporter()
43 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.hpp5650 using IStreamingReporterPtr = std::unique_ptr<IStreamingReporter>; typedef
5654 virtual IStreamingReporterPtr create( ReporterConfig const& config ) const = 0;
5664 …virtual IStreamingReporterPtr create( std::string const& name, IConfigPtr const& config ) const = …
6008 IStreamingReporterPtr create( ReporterConfig const& config ) const override { in create()
6029 IStreamingReporterPtr create( ReporterConfig const& config ) const override { in create()
8025 explicit RunContext( IConfigPtr const& _config, IStreamingReporterPtr&& reporter );
8127 IStreamingReporterPtr m_reporter;
10897 using Reporters = std::vector<IStreamingReporterPtr>;
10899 IStreamingReporterPtr m_reporter = nullptr;
10905 void addListener( IStreamingReporterPtr&& listener );
[all …]
/external/libabigail/tests/lib/
Dcatch.hpp5683 using IStreamingReporterPtr = std::unique_ptr<IStreamingReporter>; typedef
5687 virtual IStreamingReporterPtr create( ReporterConfig const& config ) const = 0;
5697 …virtual IStreamingReporterPtr create( std::string const& name, IConfigPtr const& config ) const = …
6044 IStreamingReporterPtr create( ReporterConfig const& config ) const override { in create()
6065 IStreamingReporterPtr create( ReporterConfig const& config ) const override { in create()
8080 explicit RunContext( IConfigPtr const& _config, IStreamingReporterPtr&& reporter );
8182 IStreamingReporterPtr m_reporter;
10959 using Reporters = std::vector<IStreamingReporterPtr>;
10961 IStreamingReporterPtr m_reporter = nullptr;
10967 void addListener( IStreamingReporterPtr&& listener );
[all …]