Searched refs:SetSortedKey (Results 1 – 3 of 3) sorted by relevance
141 void DescriptorArray::SetSortedKey(int descriptor_number, int pointer) { in SetSortedKey() function234 SetSortedKey(insertion, GetSortedKeyIndex(insertion - 1)); in Append()237 SetSortedKey(insertion, descriptor_number); in Append()242 SetSortedKey(first, GetSortedKeyIndex(second)); in SwapSortedKeys()243 SetSortedKey(second, first_key); in SwapSortedKeys()
235 inline void SetSortedKey(int pointer, int descriptor_number);
4467 for (int i = 0; i < len; ++i) SetSortedKey(i, i); in Sort()