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

  /external/chromium/testing/gtest/include/gtest/
gtest-test-part.h 54 kFatalFailure // Failed and the test should be terminated.
98 bool fatally_failed() const { return type_ == kFatalFailure; }
  /external/llvm/utils/unittest/googletest/include/gtest/
gtest-test-part.h 54 kFatalFailure // Failed and the test should be terminated.
98 bool fatally_failed() const { return type_ == kFatalFailure; }
  /external/protobuf/gtest/include/gtest/
gtest-test-part.h 53 kFatalFailure // Failed and the test should be terminated.
97 bool fatally_failed() const { return type_ == kFatalFailure; }

Completed in 96 milliseconds