Home
last modified time | relevance | path

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

/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.java123 key.getSimpleName().toString(), stableAnnotationValueToString(value))); in stableAnnotationMirrorToString()
137 private static String stableAnnotationValueToString(AnnotationValue annotationValue) { in stableAnnotationValueToString() method in Key
158 .map(Key::stableAnnotationValueToString) in stableAnnotationValueToString()