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

  /external/chromium/testing/gtest/include/gtest/
gtest-test-part.h 53 kNonFatalFailure, // Failed but the test can continue.
95 bool nonfatally_failed() const { return type_ == kNonFatalFailure; }
  /external/llvm/utils/unittest/googletest/include/gtest/
gtest-test-part.h 53 kNonFatalFailure, // Failed but the test can continue.
95 bool nonfatally_failed() const { return type_ == kNonFatalFailure; }
  /external/protobuf/gtest/include/gtest/
gtest-test-part.h 52 kNonFatalFailure, // Failed but the test can continue.
94 bool nonfatally_failed() const { return type_ == kNonFatalFailure; }

Completed in 85 milliseconds