Lines Matching full:right_index
3242 size_t right_index = length_;3244 size_t current_index = left_index + (right_index - left_index) / 2;3245 DCHECK(right_index > current_index);3252 right_index = current_index;