Searched defs:fromLong (Results 1 – 6 of 6) sorted by relevance
90 HashCode fromLong = HashCode.fromLong(expected.asLong); in testFromLong() local
173 public static HashCode fromLong(long hash) { in fromLong() method in HashCode
268 long fromLong = from == null ? Long.MIN_VALUE : from.getTime(); in withDateRange() local
250 long fromLong = from == null ? Long.MIN_VALUE : from.getTime(); in withDateRange() local