Searched defs:bounds (Results 1 – 5 of 5) sorted by relevance
20 fun bounds(): List<ClassItem> method
30 private var bounds: List<ClassItem>? = null variable40 override fun bounds(): List<ClassItem> { in bounds() method91 fun bounds(typeString: String?, owner: TypeParameterListOwner? = null): List<String> { in bounds() method
147 val bounds = p.bounds() in findTypeVariableBounds() constant159 val bounds = findTypeVariableBounds(context.typeParameterList(), name) in findTypeVariableBounds() constant177 val bounds = findTypeVariableBounds(context, typeParameter.simpleName()) in asTypeParameter() constant267 val bounds = parameter.bounds() in markRecent() constant
42 override fun bounds(): List<ClassItem> = bounds in bounds() method48 private lateinit var bounds: List<ClassItem> variable
473 private static boolean boundsWithinRange(Pair<Integer, Integer> bounds, int low, int high) { in boundsWithinRange() argument