Home | History | Annotate | Download | only in test

Lines Matching refs:greater

65 using std::greater;
2380 // This functor returns true if the input is greater than the given
4193 EXPECT_THAT(numbers, WhenSortedBy(greater<unsigned>(),
4195 EXPECT_THAT(numbers, Not(WhenSortedBy(greater<unsigned>(),