Home
last modified time | relevance | path

Searched defs:invariableHash (Results 1 – 2 of 2) sorted by relevance

/external/auto/value/src/test/java/com/google/auto/value/processor/
DAutoAnnotationCompilationTest.java46 int invariableHash = ("defaultedValue".hashCode() * 127) ^ 23; in testSimple() local
/external/auto/value/src/main/java/com/google/auto/value/processor/
DAutoAnnotationProcessor.java213 private static Optional<Integer> invariableHash(AnnotationValue annotationValue) { in invariableHash() method in AutoAnnotationProcessor
226 private static Optional<Integer> invariableHash( in invariableHash() method in AutoAnnotationProcessor
250 Optional<Integer> invariableHash = invariableHash(annotationValue); in invariableHashes() local