Home | History | Annotate | Download | only in src

Lines Matching refs:used_capacity

18914   int used_capacity = table->UsedCapacity();
18916 while (index < used_capacity && table->KeyAt(index)->IsTheHole()) {
18922 if (index < used_capacity) return true;