Searched defs:Le (Results 1 - 1 of 1) sorted by relevance

/external/chromium/testing/gmock/include/gmock/
H A Dgmock-matchers.h736 // Implements Eq(v), Ge(v), Gt(v), Le(v), Lt(v), and Ne(v)
741 GMOCK_IMPLEMENT_COMPARISON_MATCHER_(Le, <=, "is <=", "isn't <=");
1144 // Implements Eq(), Ge(), Gt(), Le(), Lt(), and Ne() respectively.
1151 Le, <=, "a pair where the first <= the second");
2620 inline internal::LeMatcher<Rhs> Le(Rhs x) { function in namespace:testing
2891 inline internal::Le2Matcher Le() { return internal::Le2Matcher(); } function in namespace:testing
2995 // EXPECT_THAT(page_lengths, Each(Key(Le(3))));

Completed in 86 milliseconds