Home | History | Annotate | Download | only in src

Lines Matching refs:sort_index

2781     int sort_index = array->GetSortedKeyIndex(low);
2782 Name* entry = array->GetKey(sort_index);
2785 if (search_mode == ALL_ENTRIES || sort_index < valid_entries) {
2786 return sort_index;