Home
last modified time | relevance | path

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

/external/catch2/include/internal/
Dcatch_interfaces_reporter.cpp108 void IStreamingReporter::fatalErrorEncountered( StringRef ) {} in fatalErrorEncountered()
109 bool IStreamingReporter::isMulti() const { return false; } in isMulti()
Dcatch_interfaces_reporter.h206 struct IStreamingReporter { struct
207 virtual ~IStreamingReporter() = default;
249 using IStreamingReporterPtr = std::unique_ptr<IStreamingReporter>; argument
Dcatch_run_context.h50 IStreamingReporter& reporter() const;
Dcatch_session.cpp53 auto ret = std::unique_ptr<IStreamingReporter>(new ListeningReporter); in makeReporter()
Dcatch_run_context.cpp141 IStreamingReporter& RunContext::reporter() const { in reporter()
/external/catch2/include/reporters/
Dcatch_reporter_listening.h14 class ListeningReporter : public IStreamingReporter {
Dcatch_reporter_bases.hpp31 struct StreamingReporterBase : IStreamingReporter {
103 struct CumulativeReporterBase : IStreamingReporter {
/external/bcc/tests/cc/
Dcatch.hpp5238 struct IStreamingReporter : IShared { struct
5239 virtual ~IStreamingReporter();
5269 virtual IStreamingReporter* create( ReporterConfig const& config ) const = 0;
5278 …virtual IStreamingReporter* create( std::string const& name, Ptr<IConfig const> const& config ) co…
5283 …Ptr<IStreamingReporter> addReporter( Ptr<IStreamingReporter> const& existingReporter, Ptr<IStreami…
5864 … explicit RunContext( Ptr<IConfig const> const& _config, Ptr<IStreamingReporter> const& reporter ) in RunContext()
6147 Ptr<IStreamingReporter> m_reporter;
6200 …Ptr<IStreamingReporter> createReporter( std::string const& reporterName, Ptr<Config> const& config… in createReporter()
6201 …Ptr<IStreamingReporter> reporter = getRegistryHub().getReporterRegistry().create( reporterName, co… in createReporter()
6210 Ptr<IStreamingReporter> makeReporter( Ptr<Config> const& config ) { in makeReporter()
[all …]
/external/catch2/single_include/catch2/
Dcatch.hpp5607 struct IStreamingReporter { struct
5608 virtual ~IStreamingReporter() = default;
5650 using IStreamingReporterPtr = std::unique_ptr<IStreamingReporter>;
5689 struct StreamingReporterBase : IStreamingReporter {
5761 struct CumulativeReporterBase : IStreamingReporter {
8035 IStreamingReporter& reporter() const;
10896 class ListeningReporter : public IStreamingReporter {
11040 void IStreamingReporter::fatalErrorEncountered( StringRef ) {} in fatalErrorEncountered()
11041 bool IStreamingReporter::isMulti() const { return false; } in isMulti()
12581 IStreamingReporter& RunContext::reporter() const { in reporter()
[all …]
/external/libabigail/tests/lib/
Dcatch.hpp5640 struct IStreamingReporter { struct
5641 virtual ~IStreamingReporter() = default;
5683 using IStreamingReporterPtr = std::unique_ptr<IStreamingReporter>;
5725 struct StreamingReporterBase : IStreamingReporter {
5797 struct CumulativeReporterBase : IStreamingReporter {
8090 IStreamingReporter& reporter() const;
10958 class ListeningReporter : public IStreamingReporter {
11102 void IStreamingReporter::fatalErrorEncountered( StringRef ) {} in fatalErrorEncountered()
11103 bool IStreamingReporter::isMulti() const { return false; } in isMulti()
12724 IStreamingReporter& RunContext::reporter() const { in reporter()
[all …]