Home
last modified time | relevance | path

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

/tools/metalava/src/main/java/com/android/tools/metalava/model/psi/
DPsiAnnotationItem.kt147 appendValue(codebase, sb, attributes[0].value, target) in appendAnnotation()
158 appendValue(codebase, sb, attribute.value, target) in appendAnnotation()
164 private fun appendValue( in appendValue() method
213 appendValue(codebase, sb, value.lOperand, target) in appendValue()
217 appendValue(codebase, sb, value.rOperand, target) in appendValue()
228 appendValue(codebase, sb, initializer, target) in appendValue()
DUAnnotationItem.kt132 appendValue(codebase, sb, attributes[0].expression, target) in appendAnnotation()
143 appendValue(codebase, sb, attribute.expression, target) in appendAnnotation()
149 private fun appendValue( in appendValue() method
198 appendValue(codebase, sb, value.leftOperand, target) in appendValue()
202 appendValue(codebase, sb, value.rightOperand, target) in appendValue()
214 appendValue(codebase, sb, initializer, target) in appendValue()