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

/external/chromium/sdch/open-vcdiff/src/gtest/
H A Dgtest.cc1644 static bool TestPartFatallyFailed(const TestPartResult & result) { function in namespace:testing::internal
1650 return test_part_results_.CountIf(TestPartFatallyFailed) > 0;
/external/chromium/testing/gtest/src/
H A Dgtest.cc1862 static bool TestPartFatallyFailed(const TestPartResult& result) { function in namespace:testing
1868 return CountIf(test_part_results_, TestPartFatallyFailed) > 0;
/external/gtest/src/
H A Dgtest.cc1862 static bool TestPartFatallyFailed(const TestPartResult& result) { function in namespace:testing
1868 return CountIf(test_part_results_, TestPartFatallyFailed) > 0;
/external/llvm/utils/unittest/googletest/
H A Dgtest.cc1862 static bool TestPartFatallyFailed(const TestPartResult& result) { function in namespace:testing
1868 return CountIf(test_part_results_, TestPartFatallyFailed) > 0;
/external/protobuf/gtest/src/
H A Dgtest.cc1857 static bool TestPartFatallyFailed(const TestPartResult& result) { function in namespace:testing
1863 return test_part_results_->CountIf(TestPartFatallyFailed) > 0;

Completed in 93 milliseconds