Searched refs:unsignedLongLessThan (Results 1 – 1 of 1) sorted by relevance
401 if (unsignedLongLessThan(n.id, WRAP_OFFSET)) { in nextWrap()897 public static boolean unsignedLongLessThan(long x1, long x2) { in unsignedLongLessThan() method in S2CellId909 return unsignedLongLessThan(id, x.id); in lessThan()917 return unsignedLongLessThan(id, x.id) || id == x.id; in lessOrEquals()959 return unsignedLongLessThan(this.id, that.id) ? -1 : in compareTo()