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

  /external/chromium/sdch/open-vcdiff/src/gtest/
gtest-spi.h 85 bool fatally_failed() const { return type_ == TPRT_FATAL_FAILURE; } function in class:testing::TestPartResult
  /external/chromium/testing/gtest/include/gtest/
gtest-test-part.h 98 bool fatally_failed() const { return type_ == kFatalFailure; } function in class:testing::TestPartResult
  /external/gtest/include/gtest/
gtest-test-part.h 97 bool fatally_failed() const { return type_ == TPRT_FATAL_FAILURE; } function in class:testing::TestPartResult
  /external/llvm/utils/unittest/googletest/include/gtest/
gtest-test-part.h 98 bool fatally_failed() const { return type_ == kFatalFailure; } function in class:testing::TestPartResult
  /external/protobuf/gtest/include/gtest/
gtest-test-part.h 97 bool fatally_failed() const { return type_ == kFatalFailure; } function in class:testing::TestPartResult

Completed in 196 milliseconds