Home
last modified time | relevance | path

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

1234567

/dports/math/e-antic/Catch2-ff349a5/include/reporters/
H A Dcatch_reporter_listening.h15 using Reporters = std::vector<IStreamingReporterPtr>;
17 IStreamingReporterPtr m_reporter = nullptr;
23 void addListener( IStreamingReporterPtr&& listener );
24 void addReporter( IStreamingReporterPtr&& reporter );
H A Dcatch_reporter_listening.cpp19 void ListeningReporter::addListener( IStreamingReporterPtr&& listener ) { in addListener()
23 void ListeningReporter::addReporter(IStreamingReporterPtr&& reporter) { in addReporter()
/dports/www/restbed/restbed-4.8/dependency/catch/include/reporters/
H A Dcatch_reporter_listening.h15 using Reporters = std::vector<IStreamingReporterPtr>;
17 IStreamingReporterPtr m_reporter = nullptr;
23 void addListener( IStreamingReporterPtr&& listener );
24 void addReporter( IStreamingReporterPtr&& reporter );
/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/test/external/catch2/include/reporters/
H A Dcatch_reporter_listening.h15 using Reporters = std::vector<IStreamingReporterPtr>;
17 IStreamingReporterPtr m_reporter = nullptr;
23 void addListener( IStreamingReporterPtr&& listener );
24 void addReporter( IStreamingReporterPtr&& reporter );
/dports/emulators/citra/citra-ac98458e0/externals/catch/include/reporters/
H A Dcatch_reporter_listening.h15 using Reporters = std::vector<IStreamingReporterPtr>;
17 IStreamingReporterPtr m_reporter = nullptr;
23 void addListener( IStreamingReporterPtr&& listener );
24 void addReporter( IStreamingReporterPtr&& reporter );
/dports/emulators/citra-qt5/citra-ac98458e0/externals/catch/include/reporters/
H A Dcatch_reporter_listening.h15 using Reporters = std::vector<IStreamingReporterPtr>;
17 IStreamingReporterPtr m_reporter = nullptr;
23 void addListener( IStreamingReporterPtr&& listener );
24 void addReporter( IStreamingReporterPtr&& reporter );
/dports/devel/catch/Catch2-2.13.7/include/reporters/
H A Dcatch_reporter_listening.h15 using Reporters = std::vector<IStreamingReporterPtr>;
17 IStreamingReporterPtr m_reporter = nullptr;
23 void addListener( IStreamingReporterPtr&& listener );
24 void addReporter( IStreamingReporterPtr&& reporter );
/dports/net-im/biboumi/biboumi-9.0/external/src/catch/include/internal/
H A Dcatch_interfaces_reporter.h210 using IStreamingReporterPtr = std::unique_ptr<IStreamingReporter>; variable
214 virtual IStreamingReporterPtr create( ReporterConfig const& config ) const = 0;
224 …virtual IStreamingReporterPtr create( std::string const& name, IConfigPtr const& config ) const = …
229 …void addReporter( IStreamingReporterPtr& existingReporter, IStreamingReporterPtr&& additionalRepor…
H A Dcatch_session.cpp32IStreamingReporterPtr createReporter(std::string const& reporterName, IConfigPtr const& config) { in createReporter()
43 IStreamingReporterPtr makeReporter(std::shared_ptr<Config> const& config) { in makeReporter()
48 IStreamingReporterPtr reporter; in makeReporter()
56 void addListeners(IStreamingReporterPtr& reporters, IConfigPtr const& config) { in addListeners()
64 IStreamingReporterPtr reporter = makeReporter(config); in runTests()
H A 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()
H A Dcatch_run_context.h39 explicit RunContext( IConfigPtr const& _config, IStreamingReporterPtr&& reporter );
133 IStreamingReporterPtr m_reporter;
H A Dcatch_interfaces_reporter.cpp114 …void addReporter( IStreamingReporterPtr& existingReporter, IStreamingReporterPtr&& additionalRepor… in addReporter()
/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/test/external/catch2/include/internal/
H A Dcatch_reporter_registrars.hpp21 IStreamingReporterPtr create( ReporterConfig const& config ) const override { in create()
42 IStreamingReporterPtr create( ReporterConfig const& config ) const override { in create()
H A 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 = …
/dports/math/e-antic/Catch2-ff349a5/include/internal/
H A Dcatch_reporter_registrars.hpp21 IStreamingReporterPtr create( ReporterConfig const& config ) const override { in create()
42 IStreamingReporterPtr create( ReporterConfig const& config ) const override { in create()
H A 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 = …
/dports/www/restbed/restbed-4.8/dependency/catch/include/internal/
H A Dcatch_reporter_registrars.hpp21 IStreamingReporterPtr create( ReporterConfig const& config ) const override { in create()
42 IStreamingReporterPtr create( ReporterConfig const& config ) const override { in create()
H A 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 = …
/dports/emulators/citra/citra-ac98458e0/externals/catch/include/internal/
H A Dcatch_reporter_registrars.hpp21 IStreamingReporterPtr create( ReporterConfig const& config ) const override { in create()
42 IStreamingReporterPtr create( ReporterConfig const& config ) const override { in create()
H A Dcatch_interfaces_reporter.h251 using IStreamingReporterPtr = std::unique_ptr<IStreamingReporter>; variable
255 virtual IStreamingReporterPtr create( ReporterConfig const& config ) const = 0;
265 …virtual IStreamingReporterPtr create( std::string const& name, IConfigPtr const& config ) const = …
/dports/emulators/citra-qt5/citra-ac98458e0/externals/catch/include/internal/
H A Dcatch_reporter_registrars.hpp21 IStreamingReporterPtr create( ReporterConfig const& config ) const override { in create()
42 IStreamingReporterPtr create( ReporterConfig const& config ) const override { in create()
H A Dcatch_interfaces_reporter.h251 using IStreamingReporterPtr = std::unique_ptr<IStreamingReporter>; variable
255 virtual IStreamingReporterPtr create( ReporterConfig const& config ) const = 0;
265 …virtual IStreamingReporterPtr create( std::string const& name, IConfigPtr const& config ) const = …
/dports/net-im/biboumi/biboumi-9.0/external/src/catch/include/reporters/
H A Dcatch_reporter_multi.h15 using Reporters = std::vector<IStreamingReporterPtr>;
19 void add( IStreamingReporterPtr&& reporter );
/dports/devel/catch/Catch2-2.13.7/include/internal/
H A Dcatch_reporter_registrars.hpp21 IStreamingReporterPtr create( ReporterConfig const& config ) const override { in create()
42 IStreamingReporterPtr create( ReporterConfig const& config ) const override { in create()
H A Dcatch_interfaces_reporter.h251 using IStreamingReporterPtr = std::unique_ptr<IStreamingReporter>; variable
255 virtual IStreamingReporterPtr create( ReporterConfig const& config ) const = 0;
265 …virtual IStreamingReporterPtr create( std::string const& name, IConfigPtr const& config ) const = …

1234567