Searched defs:total_test_case_count (Results 1 - 5 of 5) sorted by relevance

/external/chromium/sdch/open-vcdiff/src/gtest/
H A Dgtest.cc594 int UnitTestImpl::total_test_case_count() const { function in class:testing::internal::UnitTestImpl
/external/chromium/testing/gtest/src/
H A Dgtest.cc714 int UnitTestImpl::total_test_case_count() const { function in class:testing::internal::UnitTestImpl
2836 for (int i = 0; i < unit_test.total_test_case_count(); ++i) {
3307 for (int i = 0; i < unit_test.total_test_case_count(); ++i)
3665 int UnitTest::total_test_case_count() const { function in class:testing::UnitTest
3666 return impl()->total_test_case_count();
3707 // total_test_case_count() - 1. If i is not in that range, returns NULL.
3713 // total_test_case_count() - 1. If i is not in that range, returns NULL.
4235 for (int test_index = 0; test_index < total_test_case_count();
/external/gtest/src/
H A Dgtest.cc714 int UnitTestImpl::total_test_case_count() const { function in class:testing::internal::UnitTestImpl
2836 for (int i = 0; i < unit_test.total_test_case_count(); ++i) {
3307 for (int i = 0; i < unit_test.total_test_case_count(); ++i)
3665 int UnitTest::total_test_case_count() const { function in class:testing::UnitTest
3666 return impl()->total_test_case_count();
3707 // total_test_case_count() - 1. If i is not in that range, returns NULL.
3713 // total_test_case_count() - 1. If i is not in that range, returns NULL.
4235 for (int test_index = 0; test_index < total_test_case_count();
/external/llvm/utils/unittest/googletest/
H A Dgtest.cc714 int UnitTestImpl::total_test_case_count() const { function in class:testing::internal::UnitTestImpl
2808 for (int i = 0; i < unit_test.total_test_case_count(); ++i) {
3279 for (int i = 0; i < unit_test.total_test_case_count(); ++i)
3637 int UnitTest::total_test_case_count() const { function in class:testing::UnitTest
3638 return impl()->total_test_case_count();
3679 // total_test_case_count() - 1. If i is not in that range, returns NULL.
3685 // total_test_case_count() - 1. If i is not in that range, returns NULL.
4203 for (int test_index = 0; test_index < total_test_case_count();
/external/protobuf/gtest/src/
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++) {

Completed in 223 milliseconds