Home | History | Annotate | Download | only in test

Lines Matching refs:greater

60 using std::greater;
2271 // This functor returns true if the input is greater than the given
3820 EXPECT_THAT(numbers, WhenSortedBy(greater<unsigned>(),
3822 EXPECT_THAT(numbers, Not(WhenSortedBy(greater<unsigned>(),