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.hpp37 m_reporterPrefs.shouldRedirectStdOut = false; in StreamingReporterBase()
43 return m_reporterPrefs; in getPreferences()
97 ReporterPreferences m_reporterPrefs; member
153 m_reporterPrefs.shouldRedirectStdOut = false; in CumulativeReporterBase()
160 return m_reporterPrefs; in getPreferences()
255 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_teamcity.hpp30 m_reporterPrefs.shouldRedirectStdOut = true; in TeamCityReporter()
Dcatch_reporter_tap.hpp33 return m_reporterPrefs; in getPreferences()
Dcatch.hpp5109 m_reporterPrefs.shouldRedirectStdOut = false; in StreamingReporterBase()
5115 return m_reporterPrefs; in getPreferences()
5169 ReporterPreferences m_reporterPrefs; member
5224 m_reporterPrefs.shouldRedirectStdOut = false; in CumulativeReporterBase()
5231 return m_reporterPrefs; in getPreferences()
5326 ReporterPreferences m_reporterPrefs; member
13325 return m_reporterPrefs; in getPreferences()
14046 m_reporterPrefs.shouldRedirectStdOut = true; in JunitReporter()
14047 m_reporterPrefs.shouldReportAllAssertions = true; in JunitReporter()
14395 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()