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.kt20 fun bounds(): List<ClassItem> method
/tools/metalava/src/main/java/com/android/tools/metalava/model/text/
DTextTypeParameterItem.kt29 private var bounds: List<ClassItem>? = null variable
39 override fun bounds(): List<ClassItem> { in bounds() method
90 fun bounds(typeString: String?, owner: TypeParameterListOwner? = null): List<String> { in bounds() method
DTextTypeItem.kt147 val bounds = p.bounds() 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.bounds() in markRecent() constant
/tools/metalava/src/main/java/com/android/tools/metalava/model/psi/
DPsiTypeParameterItem.kt43 override fun bounds(): List<ClassItem> = bounds in bounds() method
49 private lateinit var bounds: List<ClassItem> variable