Searched refs:IStreamingReporterPtr (Results 1 – 11 of 11) sorted by relevance
/external/catch2/include/reporters/ |
D | catch_reporter_listening.h | 15 using Reporters = std::vector<IStreamingReporterPtr>; 17 IStreamingReporterPtr m_reporter = nullptr; 23 void addListener( IStreamingReporterPtr&& listener ); 24 void addReporter( IStreamingReporterPtr&& reporter );
|
D | catch_reporter_listening.cpp | 19 void ListeningReporter::addListener( IStreamingReporterPtr&& listener ) { in addListener() 23 void ListeningReporter::addReporter(IStreamingReporterPtr&& reporter) { in addReporter()
|
/external/catch2/include/internal/ |
D | catch_reporter_registrars.hpp | 21 IStreamingReporterPtr create( ReporterConfig const& config ) const override { in create() 42 IStreamingReporterPtr create( ReporterConfig const& config ) const override { in create()
|
D | catch_interfaces_reporter.h | 249 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 = …
|
D | catch_run_context.h | 40 explicit RunContext( IConfigPtr const& _config, IStreamingReporterPtr&& reporter ); 142 IStreamingReporterPtr m_reporter;
|
D | catch_reporter_registry.h | 23 … IStreamingReporterPtr create( std::string const& name, IConfigPtr const& config ) const override;
|
D | catch_reporter_registry.cpp | 13 …IStreamingReporterPtr ReporterRegistry::create( std::string const& name, IConfigPtr const& config … in create()
|
D | catch_session.cpp | 36 … IStreamingReporterPtr createReporter(std::string const& reporterName, IConfigPtr const& config) { in createReporter() 43 IStreamingReporterPtr makeReporter(std::shared_ptr<Config> const& config) { in makeReporter()
|
D | catch_run_context.cpp | 70 RunContext::RunContext(IConfigPtr const& _config, IStreamingReporterPtr&& reporter) in RunContext()
|
/external/catch2/single_include/catch2/ |
D | catch.hpp | 5650 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/ |
D | catch.hpp | 5683 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 …]
|