Searched refs:hashLong (Results 1 – 6 of 6) sorted by relevance
247 private static int hashLong(long val) { in hashLong() method in QuotaController361 result = 31 * result + hashLong(expirationTimeElapsed); in hashCode()362 result = 31 * result + hashLong(windowSizeMs); in hashCode()363 result = 31 * result + hashLong(jobCountLimit); in hashCode()364 result = 31 * result + hashLong(sessionCountLimit); in hashCode()365 result = 31 * result + hashLong(executionTimeInWindowMs); in hashCode()367 result = 31 * result + hashLong(executionTimeInMaxPeriodMs); in hashCode()370 result = 31 * result + hashLong(inQuotaTimeElapsed); in hashCode()371 result = 31 * result + hashLong(jobRateLimitExpirationTimeElapsed); in hashCode()373 result = 31 * result + hashLong(sessionRateLimitExpirationTimeElapsed); in hashCode()[all …]
112 result = (31 * result) + Internal.hashLong(bits); in hashCode()
111 result = (31 * result) + Internal.hashLong(array[i]); in hashCode()
612 protected static int hashLong(long n) { in hashLong() method in AbstractMessage
221 public static int hashLong(long n) { in hashLong() method in Internal
1865 hashCode = (53 * hashCode) + Internal.hashLong(Double.doubleToLongBits(mine)); in visitDouble()1877 hashCode = (53 * hashCode) + Internal.hashLong(mine); in visitLong()1909 hashCode = (53 * hashCode) + Internal.hashLong(Double.doubleToLongBits((Double) mine)); in visitOneofDouble()1921 hashCode = (53 * hashCode) + Internal.hashLong((Long) mine); in visitOneofLong()