Home
last modified time | relevance | path

Searched refs:EqFailure (Results 1 – 4 of 4) sorted by relevance

/ndk/sources/third_party/googletest/googletest/include/gtest/
Dgtest.h1425 return EqFailure(expected_expression, in CmpHelperEQ()
1673 return EqFailure(expected_expression, in CmpHelperFloatingPointEQ()
/ndk/sources/third_party/googletest/googletest/src/
Dgtest.cc985 AssertionResult EqFailure(const char* expected_expression, in EqFailure() function
1107 return EqFailure(expected_expression, in CmpHelperEQ()
1157 return EqFailure(expected_expression, in CmpHelperSTREQ()
1173 return EqFailure(expected_expression, in CmpHelperSTRCASEEQ()
1539 return EqFailure(expected_expression, in CmpHelperSTREQ()
/ndk/sources/third_party/googletest/googletest/test/
Dgtest_unittest.cc247 using testing::internal::EqFailure;
3454 TEST(AssertionTest, EqFailure) { in TEST() argument
3457 EqFailure("foo", "bar", foo_val, bar_val, false) in TEST()
3467 EqFailure("foo", "6", foo_val, bar_val, false) in TEST()
3476 EqFailure("5", "bar", foo_val, bar_val, false) in TEST()
3485 EqFailure("5", "6", foo_val, bar_val, false).failure_message()); in TEST()
3492 EqFailure("foo", "bar", in TEST()
/ndk/sources/third_party/googletest/googletest/include/gtest/internal/
Dgtest-internal.h188 GTEST_API_ AssertionResult EqFailure(const char* expected_expression,