Searched defs:kNonFatalFailure (Results 1 - 4 of 4) sorted by relevance

/external/chromium/testing/gtest/include/gtest/
H A Dgtest-test-part.h53 kNonFatalFailure, // Failed but the test can continue. enumerator in enum:testing::TestPartResult::Type
95 bool nonfatally_failed() const { return type_ == kNonFatalFailure; }
/external/gtest/include/gtest/
H A Dgtest-test-part.h53 kNonFatalFailure, // Failed but the test can continue. enumerator in enum:testing::TestPartResult::Type
95 bool nonfatally_failed() const { return type_ == kNonFatalFailure; }
/external/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest-test-part.h53 kNonFatalFailure, // Failed but the test can continue. enumerator in enum:testing::TestPartResult::Type
95 bool nonfatally_failed() const { return type_ == kNonFatalFailure; }
/external/protobuf/gtest/include/gtest/
H A Dgtest-test-part.h52 kNonFatalFailure, // Failed but the test can continue. enumerator in enum:testing::TestPartResult::Type
94 bool nonfatally_failed() const { return type_ == kNonFatalFailure; }

Completed in 671 milliseconds