Home | History | Annotate | Download | only in gmock

Lines Matching defs:Ne

5566 // Implements Eq(v), Ge(v), Gt(v), Le(v), Lt(v), and Ne(v)
5573 GMOCK_IMPLEMENT_COMPARISON_MATCHER_(Ne, !=, "isn't equal to", "is equal to");
6006 // Implements Eq(), Ge(), Gt(), Le(), Lt(), and Ne() respectively.
6016 GMOCK_IMPLEMENT_COMPARISON2_MATCHER_(Ne, !=, "an unequal pair");
8129 inline internal::NeMatcher<Rhs> Ne(Rhs x) {
8428 inline internal::Ne2Matcher Ne() { return internal::Ne2Matcher(); }