Searched refs:fullNameComparator (Results 1 – 8 of 8) sorted by relevance
274 val fullNameComparator: Comparator<ClassItem> = Comparator.comparing { it.fullName() } in <lambda>() constant285 fullNameComparator.thenComparing(qualifiedComparator) in <lambda>()
257 ClassItem.fullNameComparator.compare(cls1, cls2) in <lambda>()782 val fullNameComparator: Comparator<ExceptionTypeItem> = in fullName() constant
230 throws.asSequence().sortedWith(ExceptionTypeItem.fullNameComparator).forEachIndexed { in <lambda>()
383 throws.sortedWith(ExceptionTypeItem.fullNameComparator).forEachIndexed { i, type -> in <lambda>()
396 throws.asSequence().sortedWith(ExceptionTypeItem.fullNameComparator).forEachIndexed { in <lambda>()
304 throws.sortedWith(ExceptionTypeItem.fullNameComparator).forEach { type -> in <lambda>()
443 .sortedWith(ExceptionTypeItem.fullNameComparator) in <lambda>()
346 val sortedClasses = classes.toMutableList().sortedWith(ClassItem.fullNameComparator) in <lambda>()