Searched refs:success_ (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.cc2437 : success_(other.success_),
2445 AssertionResult negation(!success_);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h17675 explicit AssertionResult(bool success) : success_(success) {}
17678 operator bool() const { return success_; } // NOLINT
17717 bool success_; member in class:testing::AssertionResult

Completed in 210 milliseconds