Home
last modified time | relevance | path

Searched refs:ReporterPreferences (Results 1 – 12 of 12) sorted by relevance

/external/catch2/include/reporters/
Dcatch_reporter_listening.h18 ReporterPreferences m_preferences;
28 ReporterPreferences getPreferences() const override;
Dcatch_reporter_bases.hpp42 ReporterPreferences getPreferences() const override { in getPreferences()
99 ReporterPreferences m_reporterPrefs;
161 ReporterPreferences getPreferences() const override { in getPreferences()
257 ReporterPreferences m_reporterPrefs;
Dcatch_reporter_compact.h25 ReporterPreferences getPreferences() const override;
Dcatch_reporter_listening.cpp29 ReporterPreferences ListeningReporter::getPreferences() const { in getPreferences()
Dcatch_reporter_tap.hpp32 ReporterPreferences getPreferences() const override { in getPreferences()
Dcatch_reporter_compact.cpp248 ReporterPreferences CompactReporter::getPreferences() const { in getPreferences()
/external/catch2/include/internal/
Dcatch_interfaces_reporter.h49 struct ReporterPreferences { struct
213 virtual ReporterPreferences getPreferences() const = 0;
/external/catch2/single_include/catch2/
Dcatch_reporter_tap.hpp32 ReporterPreferences getPreferences() const override { in getPreferences()
Dcatch.hpp5450 struct ReporterPreferences { struct
5614 virtual ReporterPreferences getPreferences() const = 0;
5700 ReporterPreferences getPreferences() const override { in getPreferences()
5757 ReporterPreferences m_reporterPrefs;
5818 ReporterPreferences getPreferences() const override { in getPreferences()
5914 ReporterPreferences m_reporterPrefs;
6079 ReporterPreferences getPreferences() const override;
10900 ReporterPreferences m_preferences;
10910 ReporterPreferences getPreferences() const override;
15752 ReporterPreferences CompactReporter::getPreferences() const { in getPreferences()
[all …]
/external/bcc/tests/cc/
Dcatch.hpp5059 struct ReporterPreferences { struct
5060 ReporterPreferences() in ReporterPreferences() argument
5244 virtual ReporterPreferences getPreferences() const = 0;
7588 virtual ReporterPreferences getPreferences() const;
7614 ReporterPreferences LegacyReporterAdapter::getPreferences() const { in getPreferences()
7615 ReporterPreferences prefs; in getPreferences()
8404 virtual ReporterPreferences getPreferences() const CATCH_OVERRIDE { in getPreferences()
8538 virtual ReporterPreferences getPreferences() const CATCH_OVERRIDE { in getPreferences()
8588 ReporterPreferences m_reporterPrefs;
8644 virtual ReporterPreferences getPreferences() const CATCH_OVERRIDE { in getPreferences()
[all …]
/external/libabigail/tests/lib/
Dcatch.hpp5483 struct ReporterPreferences { struct
5647 virtual ReporterPreferences getPreferences() const = 0;
5736 ReporterPreferences getPreferences() const override { in getPreferences()
5793 ReporterPreferences m_reporterPrefs;
5854 ReporterPreferences getPreferences() const override { in getPreferences()
5950 ReporterPreferences m_reporterPrefs;
10962 ReporterPreferences m_preferences;
10972 ReporterPreferences getPreferences() const override;
17024 ReporterPreferences ListeningReporter::getPreferences() const { in getPreferences()
/external/catch2/docs/
Drelease-notes.md477 * Reporters now have a new customization point, `ReporterPreferences::shouldReportAllAssertions`