Searched refs:AssertionResult (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.cc2093 AssertionResult HasOneFailure(const char* /* results_expr */,
2434 // AssertionResult constructors.
2436 AssertionResult::AssertionResult(const AssertionResult& other) function in class:testing::AssertionResult
2444 AssertionResult AssertionResult::operator!() const {
2445 AssertionResult negation(!success_);
2452 AssertionResult AssertionSuccess() {
2453 return AssertionResult(tru
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h7043 class AssertionResult; // Result of an assertion.
7149 GTEST_API_ AssertionResult EqFailure(const char* expected_expression,
7157 const AssertionResult& assertion_result,
7423 GTEST_API_ AssertionResult IsHRESULTSuccess(const char* expr,
7425 GTEST_API_ AssertionResult IsHRESULTFailure(const char* expr,
8066 // either a boolean expression or an AssertionResult. text is a textual
8070 if (const ::testing::AssertionResult gtest_ar_ = \
8071 ::testing::AssertionResult(expression)) \
17591 // the assertion wasn't successful, the AssertionResult object
17605 // testing::AssertionResult IsEve
17669 class GTEST_API_ AssertionResult { class in namespace:testing
17675 explicit AssertionResult(bool success) : success_(success) {} function in class:testing::AssertionResult
[all...]

Completed in 54 milliseconds