Home
last modified time | relevance | path

Searched refs:bothOrAll (Results 1 – 3 of 3) sorted by relevance

/external/catch2/include/reporters/
Dcatch_reporter_compact.cpp26 std::string bothOrAll( std::size_t count ) { in bothOrAll() function
49 bothOrAll(totals.assertions.failed) : std::string(); in printTotals()
51 "Failed " << bothOrAll(totals.testCases.failed) in printTotals()
57 "Passed " << bothOrAll(totals.testCases.total()) in printTotals()
68 "Passed " << bothOrAll(totals.testCases.passed) in printTotals()
/external/bcc/tests/cc/
Dcatch.hpp10147 std::string bothOrAll( std::size_t count ) const { in bothOrAll() function
10159 bothOrAll( totals.assertions.failed ) : ""; in printTotals()
10161 "Failed " << bothOrAll( totals.testCases.failed ) in printTotals()
10168 "Passed " << bothOrAll( totals.testCases.total() ) in printTotals()
10181 "Passed " << bothOrAll( totals.testCases.passed ) in printTotals()
/external/catch2/single_include/catch2/
Dcatch.hpp13055 std::string bothOrAll( std::size_t count ) { in bothOrAll() function
13077 bothOrAll(totals.assertions.failed) : std::string(); in printTotals()
13079 "Failed " << bothOrAll(totals.testCases.failed) in printTotals()
13085 "Passed " << bothOrAll(totals.testCases.total()) in printTotals()
13096 "Passed " << bothOrAll(totals.testCases.passed) in printTotals()