Home | History | Annotate | Download | only in internal

Lines Matching refs:AssertionResult

127 class AssertionResult;                 // Result of an assertion.
294 GTEST_API_ AssertionResult EqFailure(const char* expected_expression,
302 const AssertionResult& assertion_result,
558 GTEST_API_ AssertionResult IsHRESULTSuccess(const char* expr,
560 GTEST_API_ AssertionResult IsHRESULTFailure(const char* expr,
1194 // either a boolean expression or an AssertionResult. text is a textual
1198 if (const ::testing::AssertionResult gtest_ar_ = \
1199 ::testing::AssertionResult(expression)) \