Home | History | Annotate | Download | only in src

Lines Matching refs:is_the_hole

934                      !BackingStore::cast(backing_store)->is_the_hole(index)
1182 if (!backing_store->is_the_hole(entry - 1)) break;
1226 if ((entry > 0 && backing_store->is_the_hole(entry - 1)) ||
1227 (entry + 1 < length && backing_store->is_the_hole(entry + 1))) {
1231 if (!backing_store->is_the_hole(i)) break;
1240 if (!backing_store->is_the_hole(i)) {
1303 return !BackingStore::cast(backing_store)->is_the_hole(entry);
1325 backing_store->is_the_hole(i)));