Searched refs:TestCasePassed (Results 1 - 5 of 5) sorted by relevance

/external/chromium/sdch/open-vcdiff/src/gtest/
H A Dgtest.cc217 static bool TestCasePassed(const TestCase* test_case) { function in namespace:testing::internal
585 return test_cases_.CountIf(TestCasePassed);
/external/chromium/testing/gtest/src/
H A Dgtest.cc324 static bool TestCasePassed(const TestCase* test_case) { function in namespace:testing::internal
705 return CountIf(test_cases_, TestCasePassed);
/external/gtest/src/
H A Dgtest.cc324 static bool TestCasePassed(const TestCase* test_case) { function in namespace:testing::internal
705 return CountIf(test_cases_, TestCasePassed);
/external/llvm/utils/unittest/googletest/
H A Dgtest.cc324 static bool TestCasePassed(const TestCase* test_case) { function in namespace:testing::internal
705 return CountIf(test_cases_, TestCasePassed);
/external/protobuf/gtest/src/
H A Dgtest.cc305 static bool TestCasePassed(const TestCase* test_case) { function in namespace:testing::internal
675 return test_cases_.CountIf(TestCasePassed);

Completed in 207 milliseconds