Searched refs:sort_index (Results 1 – 3 of 3) sorted by relevance
292 void SetProcessSortIndex(int sort_index);305 void SetThreadSortIndex(PlatformThreadId thread_id, int sort_index);
1610 void TraceLog::SetProcessSortIndex(int sort_index) { in SetProcessSortIndex() argument1612 process_sort_index_ = sort_index; in SetProcessSortIndex()1639 void TraceLog::SetThreadSortIndex(PlatformThreadId thread_id, int sort_index) { in SetThreadSortIndex() argument1641 thread_sort_indices_[static_cast<int>(thread_id)] = sort_index; in SetThreadSortIndex()
2735 int sort_index = array->GetSortedKeyIndex(low); in BinarySearch() local2736 Name* entry = array->GetKey(sort_index); in BinarySearch()2740 *out_insertion_index = sort_index + (current_hash > hash ? 0 : 1); in BinarySearch()2745 if (search_mode == ALL_ENTRIES || sort_index < valid_entries) { in BinarySearch()2746 return sort_index; in BinarySearch()