Searched refs:total_test_case_count (Results 1 - 6 of 6) sorted by relevance

/gem5/ext/googletest/googletest/test/
H A Dgtest-unittest-api_test.cc60 new const TestCase*[unit_test.total_test_case_count()];
62 for (int i = 0; i < unit_test.total_test_case_count(); ++i)
66 test_cases + unit_test.total_test_case_count(),
75 for (int i = 0; i < unit_test.total_test_case_count(); ++i) {
117 ASSERT_EQ(2 + kTypedTestCases, unit_test->total_test_case_count());
245 ASSERT_EQ(2 + kTypedTestCases, unit_test->total_test_case_count());
H A Dgtest-param-test_test.cc870 case_num < unit_test->total_test_case_count();
/gem5/ext/googletest/googletest/samples/
H A Dsample9_unittest.cc142 for (int i = 0; i < unit_test.total_test_case_count(); ++i) {
/gem5/ext/googletest/googletest/src/
H A Dgtest-internal-inl.h532 int total_test_case_count() const;
576 // total_test_case_count() - 1. If i is not in that range, returns NULL.
583 // total_test_case_count() - 1. If i is not in that range, returns NULL.
H A Dgtest.cc740 int UnitTestImpl::total_test_case_count() const { function in class:testing::internal::UnitTestImpl
3175 for (int i = 0; i < unit_test.total_test_case_count(); ++i) {
3732 for (int i = 0; i < unit_test.total_test_case_count(); ++i) {
4004 int UnitTest::total_test_case_count() const { function in class:testing::UnitTest
4005 return impl()->total_test_case_count();
4062 // total_test_case_count() - 1. If i is not in that range, returns NULL.
4074 // total_test_case_count() - 1. If i is not in that range, returns NULL.
4647 for (int test_index = 0; test_index < total_test_case_count();
/gem5/ext/googletest/googletest/include/gtest/
H A Dgtest.h1199 int total_test_case_count() const;
1241 // total_test_case_count() - 1. If i is not in that range, returns NULL.
1283 // total_test_case_count() - 1. If i is not in that range, returns NULL.

Completed in 43 milliseconds