Searched refs:GetSortedKey (Results 1 – 5 of 5) sorted by relevance
83 inline Name* GetSortedKey(int descriptor_number);
227 Name* GetSortedKey(int transition_number) { in GetSortedKey() function
2034 Name* key = GetSortedKey(i); in IsSortedNoDuplicates()2040 uint32_t hash = GetSortedKey(i)->Hash(); in IsSortedNoDuplicates()2058 Name* key = GetSortedKey(i); in IsSortedNoDuplicates()
1727 Name* mid_name = array->GetSortedKey(mid); in BinarySearch()1873 Name* DescriptorArray::GetSortedKey(int descriptor_number) { in GetSortedKey() function1954 Name* key = GetSortedKey(insertion - 1); in Append()
10757 const uint32_t parent_hash = GetSortedKey(i)->Hash(); in Sort()10760 uint32_t child_hash = GetSortedKey(child_index)->Hash(); in Sort()10762 uint32_t right_child_hash = GetSortedKey(child_index + 1)->Hash(); in Sort()10781 const uint32_t parent_hash = GetSortedKey(parent_index)->Hash(); in Sort()10785 uint32_t child_hash = GetSortedKey(child_index)->Hash(); in Sort()10787 uint32_t right_child_hash = GetSortedKey(child_index + 1)->Hash(); in Sort()