Searched defs:greaterThan (Results 1 – 11 of 11) sorted by relevance
34 public static <T extends Comparable<T>> Matcher<T> greaterThan(T value) { in greaterThan() method in OrderingComparison
234 public final int greaterThan(IntegerValue other) in greaterThan() method in IntegerValue477 public final int greaterThan(UnknownIntegerValue other) in greaterThan() method in IntegerValue721 public final int greaterThan(SpecificIntegerValue other) in greaterThan() method in IntegerValue965 public final int greaterThan(ParticularIntegerValue other) in greaterThan() method in IntegerValue
585 public boolean greaterThan(XObject obj2) in greaterThan() method in XObject
672 public boolean greaterThan(XObject obj2) throws javax.xml.transform.TransformerException in greaterThan() method in XNodeSet
273 public static <C extends Comparable<?>> Range<C> greaterThan(C endpoint) { in greaterThan() method in Range
29 greaterThan const
101 template<typename T> inline bool greaterThan (T a, T b) { return (a > b); } in greaterThan() function261 inline Vector<bool, Size> greaterThan (const Vector<T, Size>& a, const Vector<T, Size>& b) in greaterThan() function
640 static Const.Value greaterThan(Const.Value a, Const.Value b) { in greaterThan() method in ConstEvaluator
775 public boolean greaterThan(final Dfp x) { in greaterThan() method in Dfp
1274 public static <T extends java.lang.Comparable<T>> org.hamcrest.Matcher<T> greaterThan(T value) { in greaterThan() method in Matchers
12437 static tcu::Vector<glw::GLuint, Size> greaterThan(const tcu::Vector<glw::GLdouble, Size>& left, in greaterThan() function