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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h7998 GTEST_MESSAGE_(message, ::testing::TestPartResult::kSuccess)
17095 kSuccess, // Succeeded. enumerator in enum:testing::TestPartResult::Type
17134 bool passed() const { return type_ == kSuccess; }
17137 bool failed() const { return type_ != kSuccess; }

Completed in 75 milliseconds