Searched refs:findPredicateSuperMethod (Results 1 – 5 of 5) sorted by relevance
29 !method.isConstructor() && method.findPredicateSuperMethod(wrapped) != null in test()
41 method.findPredicateSuperMethod( in <lambda>()
105 override fun findPredicateSuperMethod(predicate: Predicate<Item>): MethodItem? = null in findMainDocumentation() method
137 fun findPredicateSuperMethod(predicate: Predicate<Item>): MethodItem? { in <lambda>() method150 val found = method.findPredicateSuperMethod(predicate) in <lambda>()
335 return method.findPredicateSuperMethod(filter) in <lambda>()491 if (predicate.test(method) || method.findPredicateSuperMethod(predicate) != null) { in <lambda>()