HomeSort by relevance Sort by last modified time
    Searched refs:TestCaseFailed (Results 1 - 3 of 3) sorted by null

  /external/chromium/sdch/open-vcdiff/src/gtest/
gtest.cc 222 static bool TestCaseFailed(const TestCase* test_case) {
590 return test_cases_.CountIf(TestCaseFailed);
    [all...]
  /external/gtest/src/
gtest.cc 282 static bool TestCaseFailed(const TestCase* test_case) {
686 return test_cases_.CountIf(TestCaseFailed);
    [all...]
  /external/protobuf/gtest/src/
gtest.cc 310 static bool TestCaseFailed(const TestCase* test_case) {
680 return test_cases_.CountIf(TestCaseFailed);
    [all...]

Completed in 90 milliseconds