Home
last modified time | relevance | path

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

/frameworks/support/room/compiler/src/main/kotlin/androidx/room/ext/
Delement_ext.kt124 private val ANNOTATION_VALUE_TO_INT_VISITOR = object : SimpleAnnotationValueVisitor6<Int?, Void>() { constant
154 return ANNOTATION_VALUE_TO_INT_VISITOR.visit(this) ?: def in AnnotationValue()