Searched refs:findPredicateSuperMethod (Results 1 – 5 of 5) sorted by relevance
35 item is MethodItem -> item.findPredicateSuperMethod(wrapped) != null in test()
41 item.findPredicateSuperMethod( in <lambda>()
91 fun findPredicateSuperMethod(predicate: FilterPredicate): MethodItem? { in <lambda>() method100 val found = method.findPredicateSuperMethod(predicate) in <lambda>()
340 return method.findPredicateSuperMethod(filter) in <lambda>()507 if (predicate.test(method) || method.findPredicateSuperMethod(predicate) != null) { in <lambda>()
1703 is MethodItem -> item.findPredicateSuperMethod(filterReference) in <lambda>()1707 ?.findPredicateSuperMethod(filterReference) in <lambda>()