Home
last modified time | relevance | path

Searched defs:annotationValues (Results 1 – 4 of 4) sorted by relevance

/external/doclava/doclet_adapter/src/main/java/com/google/doclava/javadoc/
DContext.java62 public final Map<AnnotationValue, AnnotationValueImpl> annotationValues = new HashMap<>(); field in Context.Caches
/external/auto/value/src/main/java/com/google/auto/value/processor/
DAutoAnnotationProcessor.java227 List<? extends AnnotationValue> annotationValues) { in invariableHash()
DAutoBuilderProcessor.java602 ImmutableMap<String, AnnotationValue> annotationValues = in kotlinConstructorsIn() local
/external/turbine/java/com/google/turbine/lower/
DLower.java667 private ImmutableMap<String, ElementValue> annotationValues(ImmutableMap<String, Const> values) { in annotationValues() method in Lower