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

/external/protobuf/gtest/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) {
123 ASSERT_EQ(2 + kTypedTestCases, unit_test->total_test_case_count());
245 ASSERT_EQ(2 + kTypedTestCases, unit_test->total_test_case_count());
/external/protobuf/gtest/samples/
H A Dsample9_unittest.cc142 for (int i = 0; i < unit_test.total_test_case_count(); ++i) {
/external/chromium/base/test/
H A Dtest_suite.h90 for (int i = 0; i < instance->total_test_case_count(); ++i) {
/external/chromium/sdch/open-vcdiff/src/gtest/src/
H A Dgtest-internal-inl.h863 int total_test_case_count() const;
/external/gtest/src/
H A Dgtest-internal-inl.h984 int total_test_case_count() const;
H A Dgtest.cc690 int UnitTestImpl::total_test_case_count() const { function in class:testing::internal::UnitTestImpl
/external/protobuf/gtest/src/
H A Dgtest-internal-inl.h769 int total_test_case_count() const;
803 // total_test_case_count() - 1. If i is not in that range, returns NULL.
810 // total_test_case_count() - 1. If i is not in that range, returns NULL.
H A Dgtest.cc684 int UnitTestImpl::total_test_case_count() const { function in class:testing::internal::UnitTestImpl
2784 for (int i = 0; i < unit_test.total_test_case_count(); ++i) {
3259 for (int i = 0; i < unit_test.total_test_case_count(); ++i)
3441 int UnitTest::total_test_case_count() const { function in class:testing::UnitTest
3442 return impl()->total_test_case_count();
3483 // total_test_case_count() - 1. If i is not in that range, returns NULL.
3489 // total_test_case_count() - 1. If i is not in that range, returns NULL.
3994 for (int i = 0; i < total_test_case_count(); i++) {
/external/protobuf/gtest/include/gtest/
H A Dgtest.h980 int total_test_case_count() const;
1012 // total_test_case_count() - 1. If i is not in that range, returns NULL.
1046 // total_test_case_count() - 1. If i is not in that range, returns NULL.
/external/chromium/sdch/open-vcdiff/src/gtest/
H A Dgtest.cc594 int UnitTestImpl::total_test_case_count() const { function in class:testing::internal::UnitTestImpl

Completed in 132 milliseconds