Home
last modified time | relevance | path

Searched refs:total_part_count (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
H A Dgtest.cc2039 if (i < 0 || i >= total_part_count()) in GetTestPartResult()
2202 for (int i = 0; i < total_part_count(); ++i) { in Failed()
2231 int TestResult::total_part_count() const { in total_part_count() function in testing::TestResult
3825 for (int i = 0; i < result.total_part_count(); ++i) { in OutputXmlTestInfo()
4203 for (int i = 0; i < result.total_part_count(); ++i) { in OutputJsonTestInfo()
5326 for (int j = 0; j < test_result.total_part_count(); ++j) { in RunAllTests()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest.h572 int total_part_count() const;