Searched refs:findPredicateSuperMethod (Results 1 – 5 of 5) sorted by relevance
156 fun findPredicateSuperMethod(predicate: Predicate<Item>): MethodItem? { in <lambda>() method169 val found = method.findPredicateSuperMethod(predicate) in <lambda>()
568 if (predicate.test(method) || method.findPredicateSuperMethod(predicate) != null) { in <lambda>()
31 method.findPredicateSuperMethod(wrapped) != null in test()
20 val differentSuper = method.findPredicateSuperMethod(Predicate { test -> in <lambda>()
111 override fun findPredicateSuperMethod(predicate: Predicate<Item>): MethodItem? = null in findPredicateSuperMethod() method