Home
last modified time | relevance | path

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

/external/catch2/include/reporters/
Dcatch_reporter_bases.hpp35 m_reporterPrefs.shouldRedirectStdOut = false; in StreamingReporterBase()
41 return m_reporterPrefs; in getPreferences()
94 ReporterPreferences m_reporterPrefs; member
150 m_reporterPrefs.shouldRedirectStdOut = false; in CumulativeReporterBase()
157 return m_reporterPrefs; in getPreferences()
252 ReporterPreferences m_reporterPrefs; member
Dcatch_reporter_xml.cpp26 m_reporterPrefs.shouldRedirectStdOut = true; in XmlReporter()
27 m_reporterPrefs.shouldReportAllAssertions = true; in XmlReporter()
Dcatch_reporter_junit.cpp64 m_reporterPrefs.shouldRedirectStdOut = true; in JunitReporter()
65 m_reporterPrefs.shouldReportAllAssertions = true; in JunitReporter()
Dcatch_reporter_tap.hpp33 return m_reporterPrefs; in getPreferences()
Dcatch_reporter_teamcity.hpp30 m_reporterPrefs.shouldRedirectStdOut = true; in TeamCityReporter()
Dcatch_reporter_compact.cpp248 return m_reporterPrefs; in getPreferences()
/external/catch2/single_include/catch2/
Dcatch_reporter_tap.hpp33 return m_reporterPrefs; in getPreferences()
Dcatch_reporter_teamcity.hpp30 m_reporterPrefs.shouldRedirectStdOut = true; in TeamCityReporter()
Dcatch.hpp5092 m_reporterPrefs.shouldRedirectStdOut = false; in StreamingReporterBase()
5098 return m_reporterPrefs; in getPreferences()
5151 ReporterPreferences m_reporterPrefs; member
5206 m_reporterPrefs.shouldRedirectStdOut = false; in CumulativeReporterBase()
5213 return m_reporterPrefs; in getPreferences()
5308 ReporterPreferences m_reporterPrefs; member
13276 return m_reporterPrefs; in getPreferences()
13988 m_reporterPrefs.shouldRedirectStdOut = true; in JunitReporter()
13989 m_reporterPrefs.shouldReportAllAssertions = true; in JunitReporter()
14328 m_reporterPrefs.shouldRedirectStdOut = true; in XmlReporter()
[all …]
/external/bcc/tests/cc/
Dcatch.hpp8535 m_reporterPrefs.shouldRedirectStdOut = false; in StreamingReporterBase()
8539 return m_reporterPrefs; in getPreferences()
8588 ReporterPreferences m_reporterPrefs; member
8640 m_reporterPrefs.shouldRedirectStdOut = false; in CumulativeReporterBase()
8645 return m_reporterPrefs; in getPreferences()
8730 ReporterPreferences m_reporterPrefs; member
9089 m_reporterPrefs.shouldRedirectStdOut = true; in XmlReporter()
9276 m_reporterPrefs.shouldRedirectStdOut = true; in JunitReporter()