Home
last modified time | relevance | path

Searched defs:elementValues (Results 1 – 10 of 10) sorted by relevance

/external/proguard/src/proguard/classfile/editor/
DElementValuesEditor.java147 ElementValue[] elementValues, in replaceElementValue()
170 ElementValue[] elementValues, in addElementValue()
196 ElementValue[] elementValues, in deleteElementValue()
225 ElementValue[] elementValues, in findElementValue()
/external/proguard/src/proguard/classfile/attribute/annotation/
DArrayElementValue.java34 public ElementValue[] elementValues; field in ArrayElementValue
50 ElementValue[] elementValues) in ArrayElementValue()
DAnnotation.java36 public ElementValue[] elementValues; field in Annotation
66 ElementValue[] elementValues) in Annotation()
DTypeAnnotation.java53 ElementValue[] elementValues, in TypeAnnotation()
/external/doclava/src/com/google/doclava/
DAnnotationInstanceInfo.java36 public AnnotationInstanceInfo(ClassInfo type, AnnotationValueInfo[] elementValues) { in AnnotationInstanceInfo()
53 ArrayList<AnnotationValueInfo> elementValues() { in elementValues() method in AnnotationInstanceInfo
/external/dagger2/java/dagger/internal/codegen/base/
DSimpleAnnotationMirror.java40 private final ImmutableMap<ExecutableElement, ? extends AnnotationValue> elementValues; field in SimpleAnnotationMirror
/external/dagger2/java/dagger/model/
DKey.java116 ImmutableMap<ExecutableElement, AnnotationValue> elementValues = in stableAnnotationMirrorToString() local
/external/auto/common/src/main/java/com/google/auto/common/
DSimpleAnnotationMirror.java47 private final ImmutableMap<ExecutableElement, ? extends AnnotationValue> elementValues; field in SimpleAnnotationMirror
/external/turbine/java/com/google/turbine/processing/
DTurbineAnnotationMirror.java78 private final Supplier<ImmutableMap<ExecutableElement, AnnotationValue>> elementValues; field in TurbineAnnotationMirror
/external/dokka/core/src/main/kotlin/javadoc/
Ddocbase.kt119 override fun elementValues(): Array<out AnnotationDesc.ElementValuePair>? = emptyArray() // TODO in annotationType() method in AnnotationDescAdapter