Searched refs:kNonFatalFailure (Results 1 - 2 of 2) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc281 &gtest_failures, ::testing::TestPartResult::kNonFatalFailure, \
295 &gtest_failures, ::testing::TestPartResult::kNonFatalFailure, \
3981 // representation. Both kNonFatalFailure and kFatalFailure are translated
3989 case TestPartResult::kNonFatalFailure:
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h7995 GTEST_MESSAGE_(message, ::testing::TestPartResult::kNonFatalFailure)
17096 kNonFatalFailure, // Failed but the test can continue. enumerator in enum:testing::TestPartResult::Type
17140 bool nonfatally_failed() const { return type_ == kNonFatalFailure; }
19282 ::testing::TestPartResult::kNonFatalFailure)

Completed in 100 milliseconds