Home
last modified time | relevance | path

Searched defs:bounds (Results 1 – 4 of 4) sorted by relevance

/tools/metalava/src/main/java/com/android/tools/metalava/model/
DTypeParameterItem.kt25 fun bounds(): List<ClassItem> = typeBounds().mapNotNull { in <lambda>() method
/tools/metalava/src/main/java/com/android/tools/metalava/model/text/
DTextTypeItem.kt147 val bounds = p.typeBounds() in findTypeVariableBounds() constant
159 val bounds = findTypeVariableBounds(context.typeParameterList(), name) in findTypeVariableBounds() constant
177 val bounds = findTypeVariableBounds(context, typeParameter.simpleName()) in asTypeParameter() constant
267 val bounds = parameter.typeBounds() in markRecent() constant
DTextTypeParameterItem.kt29 private var bounds: List<TypeItem>? = null variable
85 fun bounds(typeString: String?, owner: TypeParameterListOwner? = null): List<String> { in bounds() method
/tools/metalava/src/main/java/com/android/tools/metalava/model/psi/
DPsiTypeParameterItem.kt50 private lateinit var bounds: List<PsiTypeItem> variable