Home | History | Annotate | Download | only in gmock

Lines Matching refs:Gt

133   // being matched.  For example, the DescribeTo() method of the Gt(7)
736 // Implements Eq(v), Ge(v), Gt(v), Le(v), Lt(v), and Ne(v)
740 GMOCK_IMPLEMENT_COMPARISON_MATCHER_(Gt, >, "is >", "isn't >");
1144 // Implements Eq(), Ge(), Gt(), Le(), Lt(), and Ne() respectively.
1149 Gt, >, "a pair where the first > the second");
2614 inline internal::GtMatcher<Rhs> Gt(Rhs x) {
2887 inline internal::Gt2Matcher Gt() { return internal::Gt2Matcher(); }
2957 // EXPECT_THAT(page_ids, Contains(Gt(2)));
2985 // EXPECT_THAT(page_ids, Each(Gt(0)));
2986 // EXPECT_THAT(page_ids, Not(Each(Gt(4))));