Searched refs:fullNameComparator (Results 1 – 8 of 8) sorted by relevance
342 val throws = method.throwsTypes().asSequence().sortedWith(ClassItem.fullNameComparator) in <lambda>()345 throws.asSequence().sortedWith(ClassItem.fullNameComparator).forEachIndexed { i, type -> in <lambda>()465 result.sortWith(ClassItem.fullNameComparator) in <lambda>()
247 val sortedClasses = classes.toMutableList().sortedWith(ClassItem.fullNameComparator) in <lambda>()421 packageClasses.sortWith(ClassItem.fullNameComparator) in <lambda>()
232 ClassItem.fullNameComparator.compare(cls1, cls2) in <lambda>()
398 …val fullNameComparator: Comparator<ClassItem> = Comparator { a, b -> a.fullName().compareTo(b.full… in <lambda>() constant
305 throws.asSequence().sortedWith(ClassItem.fullNameComparator).forEachIndexed { i, type -> in <lambda>()
300 throws.asSequence().sortedWith(ClassItem.fullNameComparator).forEach { type -> in <lambda>()
290 throws.asSequence().sortedWith(ClassItem.fullNameComparator).forEachIndexed { i, type -> in <lambda>()
457 throws.asSequence().sortedWith(ClassItem.fullNameComparator).forEachIndexed { i, type -> in <lambda>()