Searched refs:makeRatio (Results 1 – 4 of 4) sorted by relevance
/external/catch2/include/reporters/ |
D | catch_reporter_console.cpp | 176 std::size_t makeRatio(std::size_t number, std::size_t total) { in makeRatio() function 659 std::size_t failedRatio = makeRatio(totals.testCases.failed, totals.testCases.total()); in printTotalsDivider() 660 … std::size_t failedButOkRatio = makeRatio(totals.testCases.failedButOk, totals.testCases.total()); in printTotalsDivider() 661 std::size_t passedRatio = makeRatio(totals.testCases.passed, totals.testCases.total()); in printTotalsDivider()
|
/external/bcc/tests/cc/ |
D | catch.hpp | 9857 static std::size_t makeRatio( std::size_t number, std::size_t total ) { in makeRatio() function 9872 … std::size_t failedRatio = makeRatio( totals.testCases.failed, totals.testCases.total() ); in printTotalsDivider() 9873 …std::size_t failedButOkRatio = makeRatio( totals.testCases.failedButOk, totals.testCases.total() ); in printTotalsDivider() 9874 … std::size_t passedRatio = makeRatio( totals.testCases.passed, totals.testCases.total() ); in printTotalsDivider()
|
/external/catch2/single_include/catch2/ |
D | catch.hpp | 15958 std::size_t makeRatio(std::size_t number, std::size_t total) { in makeRatio() function 16440 std::size_t failedRatio = makeRatio(totals.testCases.failed, totals.testCases.total()); in printTotalsDivider() 16441 … std::size_t failedButOkRatio = makeRatio(totals.testCases.failedButOk, totals.testCases.total()); in printTotalsDivider() 16442 std::size_t passedRatio = makeRatio(totals.testCases.passed, totals.testCases.total()); in printTotalsDivider()
|
/external/libabigail/tests/lib/ |
D | catch.hpp | 16210 std::size_t makeRatio(std::size_t number, std::size_t total) { in makeRatio() function 16693 std::size_t failedRatio = makeRatio(totals.testCases.failed, totals.testCases.total()); in printTotalsDivider() 16694 … std::size_t failedButOkRatio = makeRatio(totals.testCases.failedButOk, totals.testCases.total()); in printTotalsDivider() 16695 std::size_t passedRatio = makeRatio(totals.testCases.passed, totals.testCases.total()); in printTotalsDivider()
|