Home | History | Annotate | Download | only in src

Lines Matching defs:AssertionResult

573 AssertionResult HasOneFailure(const char* /* results_expr */,
955 // AssertionResult constructor.
956 AssertionResult::AssertionResult(const internal::String& failure_message)
962 AssertionResult AssertionSuccess() {
963 return AssertionResult();
968 AssertionResult AssertionFailure(const Message& message) {
969 return AssertionResult(message.GetString());
989 AssertionResult EqFailure(const char* expected_expression,
1013 AssertionResult DoubleNearPredFormat(const char* expr1,
1036 AssertionResult FloatingPointLE(const char* expr1,
1075 AssertionResult FloatLE(const char* expr1, const char* expr2,
1082 AssertionResult DoubleLE(const char* expr1, const char* expr2,
1091 AssertionResult CmpHelperEQ(const char* expected_expression,
1110 AssertionResult CmpHelper##op_name(const char* expr1, const char* expr2, \
1142 AssertionResult CmpHelperSTREQ(const char* expected_expression,
1158 AssertionResult CmpHelperSTRCASEEQ(const char* expected_expression,
1174 AssertionResult CmpHelperSTRNE(const char* s1_expression,
1190 AssertionResult CmpHelperSTRCASENE(const char* s1_expression,
1241 AssertionResult IsSubstringImpl(
1265 AssertionResult IsSubstring(
1271 AssertionResult IsSubstring(
1277 AssertionResult IsNotSubstring(
1283 AssertionResult IsNotSubstring(
1290 AssertionResult IsSubstring(
1296 AssertionResult IsNotSubstring(
1304 AssertionResult IsSubstring(
1310 AssertionResult IsNotSubstring(
1324 AssertionResult HRESULTFailureHelper(const char* expr,
1363 AssertionResult IsHRESULTSuccess(const char* expr, long hr) { // NOLINT
1370 AssertionResult IsHRESULTFailure(const char* expr, long hr) { // NOLINT
1545 AssertionResult CmpHelperSTREQ(const char* expected_expression,
1561 AssertionResult CmpHelperSTRNE(const char* s1_expression,