Home
last modified time | relevance | path

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

/tools/metalava/metalava-model/src/main/java/com/android/tools/metalava/model/
DTypeItem.kt448 appendAnnotations(type.modifiers, configuration) in hashCode()
471 appendAnnotations(modifiers, configuration, leadingSpace = true) in hashCode()
500 appendAnnotations(type.modifiers, configuration) in hashCode()
506 appendAnnotations(type.modifiers, configuration) in hashCode()
532 appendAnnotations(type.modifiers, configuration) in hashCode()
541 appendAnnotations(type.modifiers, configuration) in hashCode()
591 private fun StringBuilder.appendAnnotations( in hashCode() method