Home | History | Annotate | Download | only in util

Lines Matching defs:has_index

151   inline bool has_index(int i) const;
174 // Fast but unsafe: only use if has_index(i) is true.
178 // Fast but unsafe: only use if has_index(i) is false.
182 // Fast but unsafe: only use if has_index(i) is true.
207 // Fast but unsafe: only use if has_index(i) is true.
212 // Only use if has_index(i) is known to be false.
294 bool SparseArray<Value>::has_index(int i) const {
315 if (!has_index(i))
325 if (has_index(new_value.index_)) {
336 if (!has_index(i))
343 if (has_index(i))
351 if (has_index(i)) {
361 DCHECK(has_index(i));
377 DCHECK(!has_index(i));
384 DCHECK(has_index(i));
391 if (has_index(i))
399 DCHECK(has_index(i));
411 DCHECK(!has_index(i));