Searched refs:SetSortedKey (Results 1 – 3 of 3) sorted by relevance
2944 void DescriptorArray::SetSortedKey(int descriptor_index, int pointer) { in SetSortedKey() function3071 SetSortedKey(insertion, GetSortedKeyIndex(insertion - 1)); in Append()3074 SetSortedKey(insertion, descriptor_number); in Append()3080 SetSortedKey(first, GetSortedKeyIndex(second)); in SwapSortedKeys()3081 SetSortedKey(second, first_key); in SwapSortedKeys()
2969 inline void SetSortedKey(int pointer, int descriptor_number);
7842 for (int i = 0; i < len; ++i) SetSortedKey(i, i); in Sort()