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

/external/chromium/sdch/open-vcdiff/src/gtest/
H A Dgtest.cc589 int UnitTestImpl::failed_test_case_count() const { function in class:testing::internal::UnitTestImpl
/external/chromium/testing/gtest/src/
H A Dgtest.cc709 int UnitTestImpl::failed_test_case_count() const { function in class:testing::internal::UnitTestImpl
3660 int UnitTest::failed_test_case_count() const { function in class:testing::UnitTest
3661 return impl()->failed_test_case_count();
/external/gtest/src/
H A Dgtest.cc709 int UnitTestImpl::failed_test_case_count() const { function in class:testing::internal::UnitTestImpl
3660 int UnitTest::failed_test_case_count() const { function in class:testing::UnitTest
3661 return impl()->failed_test_case_count();
/external/llvm/utils/unittest/googletest/
H A Dgtest.cc709 int UnitTestImpl::failed_test_case_count() const { function in class:testing::internal::UnitTestImpl
3632 int UnitTest::failed_test_case_count() const { function in class:testing::UnitTest
3633 return impl()->failed_test_case_count();
/external/protobuf/gtest/src/
H A Dgtest.cc679 int UnitTestImpl::failed_test_case_count() const { function in class:testing::internal::UnitTestImpl
3436 int UnitTest::failed_test_case_count() const { function in class:testing::UnitTest
3437 return impl()->failed_test_case_count();

Completed in 83 milliseconds