Searched refs:sort_index (Results 1 – 3 of 3) sorted by relevance
317 void SetProcessSortIndex(int sort_index);330 void SetThreadSortIndex(PlatformThreadId thread_id, int sort_index);
1652 void TraceLog::SetProcessSortIndex(int sort_index) { in SetProcessSortIndex() argument1654 process_sort_index_ = sort_index; in SetProcessSortIndex()1681 void TraceLog::SetThreadSortIndex(PlatformThreadId thread_id, int sort_index) { in SetThreadSortIndex() argument1683 thread_sort_indices_[static_cast<int>(thread_id)] = sort_index; in SetThreadSortIndex()
2792 int sort_index = array->GetSortedKeyIndex(low); in BinarySearch() local2793 Name* entry = array->GetKey(sort_index); in BinarySearch()2797 *out_insertion_index = sort_index + (current_hash > hash ? 0 : 1); in BinarySearch()2802 if (search_mode == ALL_ENTRIES || sort_index < valid_entries) { in BinarySearch()2803 return sort_index; in BinarySearch()