Searched defs:invariableHash (Results 1 – 2 of 2) sorted by relevance
46 int invariableHash = ("defaultedValue".hashCode() * 127) ^ 23; in testSimple() local
201 private static Optional<Integer> invariableHash(AnnotationValue annotationValue) { in invariableHash() method in AutoAnnotationProcessor214 private static Optional<Integer> invariableHash( in invariableHash() method in AutoAnnotationProcessor238 Optional<Integer> invariableHash = invariableHash(annotationValue); in invariableHashes() local