Searched defs:Lt (Results 1 - 3 of 3) 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/google-breakpad/src/testing/include/gmock/
H A Dgmock-matchers.h782 // Implements Eq(v), Ge(v), Gt(v), Le(v), Lt(v), and Ne(v)
788 GMOCK_IMPLEMENT_COMPARISON_MATCHER_(Lt, <, "is <", "isn't <");
1190 // Implements Eq(), Ge(), Gt(), Le(), Lt(), and Ne() respectively.
1199 Lt, <, "a pair where the first < the second");
2722 // can always write Matcher<T>(Lt(5)) to be explicit about the type,
2747 inline internal::LtMatcher<Rhs> Lt(Rhs x) { function in namespace:testing
3016 inline internal::Lt2Matcher Lt() { return internal::Lt2Matcher(); } function in namespace:testing
3129 // EXPECT_THAT(page_ids, Not(Each(Lt(2))));
/external/gmock/include/gmock/
H A Dgmock-matchers.h910 // Implements Eq(v), Ge(v), Gt(v), Le(v), Lt(v), and Ne(v)
916 GMOCK_IMPLEMENT_COMPARISON_MATCHER_(Lt, <, "is <", "isn't <");
1350 // Implements Eq(), Ge(), Gt(), Le(), Lt(), and Ne() respectively.
1359 Lt, <, "a pair where the first < the second");
3442 // can always write Matcher<T>(Lt(5)) to be explicit about the type,
3467 inline internal::LtMatcher<Rhs> Lt(Rhs x) { function in namespace:testing
3768 inline internal::Lt2Matcher Lt() { return internal::Lt2Matcher(); } function in namespace:testing
3893 // EXPECT_THAT(page_ids, Not(Each(Lt(2))));

Completed in 1592 milliseconds