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