Searched refs:hash31 (Results 1 – 1 of 1) sorted by relevance
258 HashCode hash31 = HashCode.fromInt(31); in testCombineOrdered() local266 Hashing.combineOrdered(ImmutableList.of(hash31, hash32)).equals( in testCombineOrdered()267 Hashing.combineOrdered(ImmutableList.of(hash32, hash31)))); in testCombineOrdered()300 HashCode hash31 = HashCode.fromInt(31); in testCombineUnordered() local307 Hashing.combineUnordered(ImmutableList.of(hash31, hash32)), in testCombineUnordered()308 Hashing.combineUnordered(ImmutableList.of(hash32, hash31))); in testCombineUnordered()