Searched refs:Ne (Results 1 - 6 of 6) sorted by relevance

/gem5/ext/googletest/googlemock/test/
H A Dgmock-matchers_test.cc116 using testing::Ne;
988 // Tests that Ne(v) matches anything != v.
990 Matcher<int> m1 = Ne(0);
996 // Tests that Ne(v) describes itself properly.
998 Matcher<int> m = Ne(5);
2006 // Tests that Ne() matches a 2-tuple where the first field != the
2009 Matcher<const Tuple2&> m = Ne();
2015 // Tests that Ne() describes itself properly.
2017 Matcher<const Tuple2&> m = Ne();
2065 m = AllOf(Gt(0), Ne(
[all...]
H A Dgmock-generated-matchers_test.cc73 using testing::Ne;
113 EXPECT_THAT(t, Not(Args<>(Ne(tuple<>()))));
134 EXPECT_THAT(t, Not(Args<1, 1>(Ne())));
324 Matcher<const list<int>& > m = ElementsAre(1, Ne(2));
427 ElementsAre(0, Ge(0), _, 3, 4, Ne(2), Eq(6), 7, 8, _));
469 EXPECT_THAT(nested, ElementsAre(ElementsAre('H', Ne('e')),
664 { Eq(1), Ne(-2), Ge(3), Le(4), Eq(5) }));
666 { Eq(1), Ne(-2), Ge(3), Le(4), Eq(6) })));
H A Dgmock_link_test.h70 // Gt, Lt, Ge, Le, Ne
157 using testing::Ne;
494 // Tests the linkage of the Lt, Gt, Le, Ge, and Ne matchers.
502 ON_CALL(mock, VoidFromFloat(Ne(1.0f))).WillByDefault(Return());
H A Dgmock-spec-builders_test.cc90 using testing::Ne;
1428 EXPECT_THAT(e1, Ne(e2));
1446 EXPECT_THAT(e1, Ne(e2));
1481 EXPECT_THAT(es3, Ne(es2));
H A Dgmock-actions_test.cc60 using testing::Ne;
/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h3790 inline internal::NeMatcher<Rhs> Ne(Rhs x) { function in namespace:testing
4102 inline internal::Ne2Matcher Ne() { return internal::Ne2Matcher(); } function in namespace:testing

Completed in 61 milliseconds