Home | History | Annotate | Download | only in base

Lines Matching full:empty_index

317     // empty_index is the index that will become empty.
318 size_t empty_index = it.index_;
319 DCHECK(!IsFreeSlot(empty_index));
320 size_t next_index = empty_index;
327 emptyfn_.MakeEmpty(ElementForIndex(empty_index));
332 // Calculate the ideal index, if it is within empty_index + 1 to next_index then there is
337 if (unwrapped_next_index < empty_index) {
342 if (unwrapped_next_ideal_index < empty_index) {
345 if (unwrapped_next_ideal_index <= empty_index ||
349 ElementForIndex(empty_index) = std::move(next_element);
351 empty_index = next_index;