Searched refs:sorter (Results 1 – 2 of 2) sorted by relevance
36 var sorter: SemiStableSort? = null41 sorter = null50 return (sorter ?: SemiStableSort())67 return (sorter ?: SemiStableSort())156 sorter = null164 sorter = SemiStableSort()172 sorter = null179 sorter = null186 sorter = SemiStableSort()
270 ConfigSorter sorter(*this); in sortByConfig() local271 std::sort(newPosToOriginalPos.begin(), newPosToOriginalPos.end(), sorter); in sortByConfig()