Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/llvm/utils/unittest/googletest/src/
H A Dgtest.cc1787 if (i < 0 || i >= total_part_count()) in GetTestPartResult()
1854 for (int i = 0; i < total_part_count(); ++i) { in Failed()
1883 int TestResult::total_part_count() const { in total_part_count() function in testing::TestResult
3220 for (int i = 0; i < result.total_part_count(); ++i) { in OutputXmlTestInfo()
/minix/external/bsd/llvm/dist/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest.h518 int total_part_count() const;