Home
last modified time | relevance | path

Searched refs:stableAnnotationValueToString (Results 1 – 3 of 3) sorted by relevance

/external/dagger2/java/dagger/internal/codegen/model/
DMoreAnnotationMirrors.java59 key.getSimpleName().toString(), stableAnnotationValueToString(value))); in stableAnnotationMirrorToString()
73 private static String stableAnnotationValueToString(AnnotationValue annotationValue) { in stableAnnotationValueToString() method in MoreAnnotationMirrors
94 .map(MoreAnnotationMirrors::stableAnnotationValueToString) in stableAnnotationValueToString()
/external/dagger2/java/dagger/spi/model/
DMoreAnnotationMirrors.java59 key.getSimpleName().toString(), stableAnnotationValueToString(value))); in stableAnnotationMirrorToString()
73 private static String stableAnnotationValueToString(AnnotationValue annotationValue) { in stableAnnotationValueToString() method in MoreAnnotationMirrors
94 .map(MoreAnnotationMirrors::stableAnnotationValueToString) in stableAnnotationValueToString()
/external/dagger2/java/dagger/model/
DKey.java122 key.getSimpleName().toString(), stableAnnotationValueToString(value))); in stableAnnotationMirrorToString()
136 private static String stableAnnotationValueToString(AnnotationValue annotationValue) { in stableAnnotationValueToString() method in Key
157 .map(Key::stableAnnotationValueToString) in stableAnnotationValueToString()