HomeSort by: relevance | last modified time | path
    Searched refs:total_test_suite_count (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
gtest.cc 758 int UnitTestImpl::total_test_suite_count() const { function in class:testing::internal::UnitTestImpl
3295 for (int i = 0; i < unit_test.total_test_suite_count(); ++i) {
3320 for (int i = 0; i < unit_test.total_test_suite_count(); ++i) {
3916 for (int i = 0; i < unit_test.total_test_suite_count(); ++i) {
4301 for (int i = 0; i < unit_test.total_test_suite_count(); ++i) {
4635 int UnitTest::total_test_suite_count() const { function in class:testing::UnitTest
4636 return impl()->total_test_suite_count();
4654 return impl()->total_test_suite_count();
4715 // total_test_suite_count() - 1. If i is not in that range, returns NULL.
4734 // total_test_suite_count() - 1. If i is not in that range, returns NULL
    [all...]
gtest-internal-inl.h 543 int total_test_suite_count() const;
591 // total_test_suite_count() - 1. If i is not in that range, returns NULL.
603 // total_test_suite_count() - 1. If i is not in that range, returns NULL.
  /src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/
gtest.h 1307 int total_test_suite_count() const;
1361 // total_test_suite_count() - 1. If i is not in that range, returns NULL.
1408 // total_test_suite_count() - 1. If i is not in that range, returns NULL.

Completed in 60 milliseconds