Searched refs:invariableHash (Results 1 – 2 of 2) sorted by relevance
201 private static Optional<Integer> invariableHash(AnnotationValue annotationValue) { in invariableHash() method in AutoAnnotationProcessor208 return invariableHash(list); in invariableHash()214 private static Optional<Integer> invariableHash( in invariableHash() method in AutoAnnotationProcessor218 Optional<Integer> maybeHash = invariableHash(annotationValue); in invariableHash()238 Optional<Integer> invariableHash = invariableHash(annotationValue); in invariableHashes() local239 if (invariableHash.isPresent()) { in invariableHashes()240 builder.put(element, (element.hashCode() * 127) ^ invariableHash.get()); in invariableHashes()
46 int invariableHash = ("defaultedValue".hashCode() * 127) ^ 23; in testSimple() local124 " " + invariableHash, in testSimple()