Lines Matching refs:has_index
151 inline bool has_index(int i) const;
294 bool SparseArray<Value>::has_index(int i) const { in has_index() function
315 if (!has_index(i)) in set()
325 if (has_index(new_value.index_)) { in insert()
336 if (!has_index(i)) in get()
343 if (has_index(i)) in find()
351 if (has_index(i)) { in find()
361 DCHECK(has_index(i)); in set_existing()
377 DCHECK(!has_index(i)); in set_new()
384 DCHECK(has_index(i)); in get_existing()
391 if (has_index(i)) in erase()
399 DCHECK(has_index(i)); in erase_existing()
411 DCHECK(!has_index(i)); in create_index()