HomeSort by relevance Sort by last modified time
    Searched defs:total_test_count (Results 1 - 6 of 6) sorted by null

  /external/chromium/sdch/open-vcdiff/src/gtest/
gtest.cc 620 int UnitTestImpl::total_test_count() const { function in class:testing::internal::UnitTestImpl
621 return SumOverTestCaseList(test_cases_, &TestCase::total_test_count);
2041 int TestCase::total_test_count() const { function in class:testing::TestCase
    [all...]
  /external/chromium/testing/gtest/src/
gtest.cc 740 int UnitTestImpl::total_test_count() const { function in class:testing::internal::UnitTestImpl
741 return SumOverTestCaseList(test_cases_, &TestCase::total_test_count);
2378 int TestCase::total_test_count() const { function in class:testing::TestCase
3689 int UnitTest::total_test_count() const { return impl()->total_test_count(); } function in class:testing::UnitTest
    [all...]
  /external/gtest/src/
gtest.cc 740 int UnitTestImpl::total_test_count() const { function in class:testing::internal::UnitTestImpl
741 return SumOverTestCaseList(test_cases_, &TestCase::total_test_count);
2378 int TestCase::total_test_count() const { function in class:testing::TestCase
3689 int UnitTest::total_test_count() const { return impl()->total_test_count(); } function in class:testing::UnitTest
    [all...]
  /external/llvm/utils/unittest/googletest/
gtest.cc 740 int UnitTestImpl::total_test_count() const { function in class:testing::internal::UnitTestImpl
741 return SumOverTestCaseList(test_cases_, &TestCase::total_test_count);
2349 int TestCase::total_test_count() const { function in class:testing::TestCase
3661 int UnitTest::total_test_count() const { return impl()->total_test_count(); } function in class:testing::UnitTest
    [all...]
  /external/protobuf/gtest/src/
gtest.cc 710 int UnitTestImpl::total_test_count() const { function in class:testing::internal::UnitTestImpl
711 return SumOverTestCaseList(test_cases_, &TestCase::total_test_count);
2330 int TestCase::total_test_count() const { function in class:testing::TestCase
3465 int UnitTest::total_test_count() const { return impl()->total_test_count(); } function in class:testing::UnitTest
    [all...]
  /frameworks/compile/mclinker/utils/gtest/src/
gtest-all.cpp 2044 int UnitTestImpl::total_test_count() const { function in class:testing::internal::UnitTestImpl
3682 int TestCase::total_test_count() const { function in class:testing::TestCase
4993 int UnitTest::total_test_count() const { return impl()->total_test_count(); } function in class:testing::UnitTest
    [all...]

Completed in 312 milliseconds