Searched refs:fullNameComparator (Results 1 – 8 of 8) sorted by relevance
323 val throws = method.throwsTypes().asSequence().sortedWith(ClassItem.fullNameComparator) in <lambda>()326 throws.asSequence().sortedWith(ClassItem.fullNameComparator).forEachIndexed { i, type -> in <lambda>()446 result.sortWith(ClassItem.fullNameComparator) in <lambda>()
213 val sortedClasses = classes.toMutableList().sortedWith(ClassItem.fullNameComparator) in <lambda>()384 packageClasses.sortWith(ClassItem.fullNameComparator) in <lambda>()
246 ClassItem.fullNameComparator.compare(cls1, cls2) in <lambda>()
385 …val fullNameComparator: Comparator<ClassItem> = Comparator { a, b -> a.fullName().compareTo(b.full… in <lambda>() constant
292 throws.asSequence().sortedWith(ClassItem.fullNameComparator).forEachIndexed { i, type -> in <lambda>()
462 throws.asSequence().sortedWith(ClassItem.fullNameComparator).forEachIndexed { i, type -> in <lambda>()
353 throws.asSequence().sortedWith(ClassItem.fullNameComparator).forEachIndexed { i, type -> in <lambda>()
366 throws.asSequence().sortedWith(ClassItem.fullNameComparator).forEach { type -> in <lambda>()