Home | History | Annotate | Download | only in sessions

Lines Matching refs:max_index

1070   const int max_index = std::min(current_index + max_persist_navigation_count,
1075 std::pair<int, int>(min_index, max_index);
1091 for (int i = min_index; i < max_index; ++i) {