Searched refs:constDefs (Results 1 – 3 of 3) sorted by relevance
23 val constDefs = mutableListOf<ConstDef>() in <lambda>() constant
140 constDefs.find { it.AnnotationName == className }?.let { return thisClassPrefix + className } in getFullClassName()
62 constDefs += constDef in ClassPrinter()