Searched refs:highest_priority_index (Results 1 – 1 of 1) sorted by relevance
61 const int highest_priority_index = static_cast<int>(TaskPriority::HIGHEST); in GetSortKey() local63 for (int i = highest_priority_index; i > lowest_priority_index; --i) { in GetSortKey()