Searched refs:sortedIndex (Results 1 – 2 of 2) sorted by relevance
355 def sortedIndex(items): function383 types=sortedIndex(types),384 enums=sortedIndex(enums),385 groups=sortedIndex(groups),386 commands=sortedIndex(commands),
94 local sortedIndex = {}97 table.insert(sortedIndex, key)100 table.sort(sortedIndex, crossTypeSort)101 return sortedIndex