Searched refs:compareInt (Results 1 – 1 of 1) sorted by relevance
117 val result = compareInt(o1.order, o2.order) in compare()121 private fun compareInt(a: Int, b: Int): Int { in compareInt() method