Searched refs:filteredConstructors (Results 1 – 4 of 4) sorted by relevance
497 val constructors = cls.filteredConstructors(filterEmit) in generateMissingConstructors()
217 if (cls.filteredConstructors(filter).contains(best)) { in <lambda>()
237 val constructors = cls.filteredConstructors(filterReference) in <lambda>()
576 fun filteredConstructors(predicate: Predicate<Item>): Sequence<ConstructorItem> { in <lambda>() method