Home
last modified time | relevance | path

Searched refs:hashLong (Results 1 – 5 of 5) sorted by relevance

/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DLongArrayList.java118 result = (31 * result) + Internal.hashLong(array[i]); in hashCode()
DDoubleArrayList.java119 result = (31 * result) + Internal.hashLong(bits); in hashCode()
DMessageSchema.java961 + 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 …]
DInternal.java224 public static int hashLong(long n) { in hashLong() method in Internal
DAbstractMessage.java589 protected static int hashLong(long n) { in hashLong() method in AbstractMessage