Searched refs:findPredicateSuperMethod (Results 1 – 6 of 6) sorted by relevance
156 fun findPredicateSuperMethod(predicate: Predicate<Item>): MethodItem? { in <lambda>() method169 val found = method.findPredicateSuperMethod(predicate) in <lambda>()
432 return method.findPredicateSuperMethod(filter) in <lambda>()586 if (predicate.test(method) || method.findPredicateSuperMethod(predicate) != null) { in <lambda>()
29 method.findPredicateSuperMethod(wrapped) != null in test()
34 val differentSuper = method.findPredicateSuperMethod(Predicate { test -> in <lambda>()
1786 is MethodItem -> item.findPredicateSuperMethod(filterReference) in <lambda>()1787 is ParameterItem -> item.containingMethod().findPredicateSuperMethod(filterReference) in <lambda>()
111 override fun findPredicateSuperMethod(predicate: Predicate<Item>): MethodItem? = null in findPredicateSuperMethod() method