Searched defs:asLong (Results 1 – 7 of 7) sorted by relevance
74 public LongValue asLong() { in asLong() method in Const.Value176 public LongValue asLong() { in asLong() method in Const.IntValue249 public LongValue asLong() { in asLong() method in Const.LongValue322 public LongValue asLong() { in asLong() method in Const.CharValue395 public LongValue asLong() { in asLong() method in Const.FloatValue468 public LongValue asLong() { in asLong() method in Const.DoubleValue579 public LongValue asLong() { in asLong() method in Const.ShortValue648 public LongValue asLong() { in asLong() method in Const.ByteValue
61 public abstract long asLong(); in asLong() method in HashCode150 public long asLong() { in asLong() method in HashCode.IntHashCode214 public long asLong() { in asLong() method in HashCode.LongHashCode285 public long asLong() { in asLong() method in HashCode.BytesHashCode
388 final Long asLong; // null means that asLong should throw an exception field in HashCodeTest.ExpectedHashCode390 ExpectedHashCode(byte[] bytes, int asInt, Long asLong, String toString) { in ExpectedHashCode()
123 String asLong = format.format(value); in isLikelyDouble() local
92 public long asLong() { in asLong() method in LongLiteralExpr
273 long asLong = x & INT_MASK; in toString() local
208 private long asLong(final byte[] byteArray, int offset, int len) { in asLong() method in ArArchiveInputStream