Searched defs:has_index (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/re2/util/
H A Dsparse_array.h151 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.
295 bool SparseArray<Value>::has_index(int i) const { function in class:re2::SparseArray
316 if (!has_index(i))
326 if (has_index(new_value.index_)) {
337 if (!has_index(
[all...]
/external/regex-re2/util/
H A Dsparse_array.h151 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 { function in class:re2::SparseArray
315 if (!has_index(i))
325 if (has_index(new_value.index_)) {
336 if (!has_index(
[all...]

Completed in 884 milliseconds