Home
last modified time | relevance | path

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

/frameworks/base/tools/codegen/src/com/android/codegen/
DClassInfo.kt23 val constDefs = mutableListOf<ConstDef>() in <lambda>() constant
DInputSignaturesComputation.kt140 constDefs.find { it.AnnotationName == className }?.let { return thisClassPrefix + className } in getFullClassName()
DGenerators.kt62 constDefs += constDef in ClassPrinter()