Home
last modified time | relevance | path

Searched defs:typeBounds (Results 1 – 6 of 6) sorted by relevance

/tools/metalava/metalava-model/src/main/java/com/android/tools/metalava/model/
DTypeParameterItem.kt28 fun typeBounds(): List<BoundsTypeItem> in name() method
/tools/metalava/metalava-model-testsuite/src/main/java/com/android/tools/metalava/model/testsuite/typeitem/
DCommonTypeParameterItemTest.kt57 val typeBounds = typeParameter.typeBounds() in Test typeBounds no extends() constant
91 val typeBounds = typeParameter.typeBounds() in Test typeBounds extends Comparable() constant
128 val typeBounds = typeParameter.typeBounds() in Test typeBounds multiple() constant
/tools/metalava/metalava-model-turbine/src/main/java/com/android/tools/metalava/model/turbine/
DTurbineTypeParameterItem.kt48 override fun typeBounds(): List<BoundsTypeItem> = bounds in name() method
DTurbineCodebaseInitialiser.kt605 val typeBounds = mutableListOf<BoundsTypeItem>() in <lambda>() constant
/tools/metalava/metalava-model-psi/src/main/java/com/android/tools/metalava/model/psi/
DPsiTypeParameterItem.kt57 override fun typeBounds(): List<BoundsTypeItem> = bounds in psi() method
/tools/metalava/metalava-model-text/src/main/java/com/android/tools/metalava/model/text/
DTextTypeParameterItem.kt53 override fun typeBounds(): List<BoundsTypeItem> = bounds in typeBounds() method