Searched defs:fromLong (Results 1 – 4 of 4) sorted by relevance
79 HashCode fromLong = HashCode.fromLong(expected.asLong); in testFromLong() local
179 public static HashCode fromLong(long hash) { in fromLong() method in HashCode
265 long fromLong = from == null ? Long.MIN_VALUE : from.getTime(); in withDateRange() local
246 long fromLong = from == null ? Long.MIN_VALUE : from.getTime(); in withDateRange() local