Lines Matching defs:AssertionResult

631 AssertionResult HasOneFailure(const char* /* results_expr */,
985 // AssertionResult constructors.
987 AssertionResult::AssertionResult(const AssertionResult& other)
995 void AssertionResult::swap(AssertionResult& other) {
1002 AssertionResult AssertionResult::operator!() const {
1003 AssertionResult negation(!success_);
1010 AssertionResult AssertionSuccess() {
1011 return AssertionResult(true);
1015 AssertionResult AssertionFailure() {
1016 return AssertionResult(false);
1021 AssertionResult AssertionFailure(const Message& message) {
1312 AssertionResult EqFailure(const char* lhs_expression,
1347 const AssertionResult& assertion_result,
1362 AssertionResult DoubleNearPredFormat(const char* expr1,
1384 AssertionResult FloatingPointLE(const char* expr1,
1421 AssertionResult FloatLE(const char* expr1, const char* expr2,
1428 AssertionResult DoubleLE(const char* expr1, const char* expr2,
1437 AssertionResult CmpHelperEQ(const char* lhs_expression,
1456 AssertionResult CmpHelper##op_name(const char* expr1, const char* expr2, \
1487 AssertionResult CmpHelperSTREQ(const char* lhs_expression,
1503 AssertionResult CmpHelperSTRCASEEQ(const char* lhs_expression,
1519 AssertionResult CmpHelperSTRNE(const char* s1_expression,
1533 AssertionResult CmpHelperSTRCASENE(const char* s1_expression,
1583 AssertionResult IsSubstringImpl(
1606 AssertionResult IsSubstring(
1612 AssertionResult IsSubstring(
1618 AssertionResult IsNotSubstring(
1624 AssertionResult IsNotSubstring(
1630 AssertionResult IsSubstring(
1636 AssertionResult IsNotSubstring(
1643 AssertionResult IsSubstring(
1649 AssertionResult IsNotSubstring(
1663 AssertionResult HRESULTFailureHelper(const char* expr,
1704 AssertionResult IsHRESULTSuccess(const char* expr, long hr) { // NOLINT
1711 AssertionResult IsHRESULTFailure(const char* expr, long hr) { // NOLINT
1869 AssertionResult CmpHelperSTREQ(const char* lhs_expression,
1885 AssertionResult CmpHelperSTRNE(const char* s1_expression,