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

/external/apache-xml/src/main/java/org/apache/xpath/operations/
H A DLt.java19 * $Id: Lt.java 468655 2006-10-28 07:12:06Z minchau $
29 public class Lt extends Operation class in inherits:Operation
/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)
742 GMOCK_IMPLEMENT_COMPARISON_MATCHER_(Lt, <, "is <", "isn't <");
1144 // Implements Eq(), Ge(), Gt(), Le(), Lt(), and Ne() respectively.
1153 Lt, <, "a pair where the first < the second");
2601 // can always write Matcher<T>(Lt(5)) to be explicit about the type,
2626 inline internal::LtMatcher<Rhs> Lt(Rhs x) { function in namespace:testing
2895 inline internal::Lt2Matcher Lt() { return internal::Lt2Matcher(); } function in namespace:testing
2988 // EXPECT_THAT(page_ids, Not(Each(Lt(2))));

Completed in 358 milliseconds