Searched refs:hashLong (Results 1 – 5 of 5) sorted by relevance
118 result = (31 * result) + Internal.hashLong(array[i]); in hashCode()
119 result = (31 * result) + Internal.hashLong(bits); in hashCode()
961 + Internal.hashLong( in hashCode()968 hashCode = (hashCode * 53) + Internal.hashLong(UnsafeUtil.getLong(message, offset)); in hashCode()971 hashCode = (hashCode * 53) + Internal.hashLong(UnsafeUtil.getLong(message, offset)); in hashCode()977 hashCode = (hashCode * 53) + Internal.hashLong(UnsafeUtil.getLong(message, offset)); in hashCode()1011 hashCode = (hashCode * 53) + Internal.hashLong(UnsafeUtil.getLong(message, offset)); in hashCode()1017 hashCode = (hashCode * 53) + Internal.hashLong(UnsafeUtil.getLong(message, offset)); in hashCode()1071 + Internal.hashLong(Double.doubleToLongBits(oneofDoubleAt(message, offset))); in hashCode()1081 hashCode = (hashCode * 53) + Internal.hashLong(oneofLongAt(message, offset)); in hashCode()1086 hashCode = (hashCode * 53) + Internal.hashLong(oneofLongAt(message, offset)); in hashCode()1096 hashCode = (hashCode * 53) + Internal.hashLong(oneofLongAt(message, offset)); in hashCode()[all …]
224 public static int hashLong(long n) { in hashLong() method in Internal
589 protected static int hashLong(long n) { in hashLong() method in AbstractMessage