Home
last modified time | relevance | path

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

/frameworks/base/tools/codegen/src/com/android/codegen/
DInputSignaturesComputation.kt72 appendExpr(this, ann.memberValue) in ClassPrinter()
78 appendExpr(this, pair.value) in ClassPrinter()
88 private fun ClassPrinter.appendExpr(sb: StringBuilder, ex: Expression?) { in ClassPrinter() method
97 appendExpr(sb, arrayElem) in ClassPrinter()