Searched refs:get_existing (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/re2/util/
H A Dsparse_array.h183 inline Value get_existing(int i) const;
339 return get_existing(i);
384 Value SparseArray<Value>::get_existing(int i) const { function in class:re2::SparseArray
/external/regex-re2/util/
H A Dsparse_array.h183 inline Value get_existing(int i) const;
338 return get_existing(i);
383 Value SparseArray<Value>::get_existing(int i) const { function in class:re2::SparseArray
/external/chromium_org/third_party/re2/re2/
H A Dprefilter_tree.cc343 c = count.get_existing(j) + 1;
/external/regex-re2/re2/
H A Dprefilter_tree.cc336 c = count.get_existing(j) + 1;

Completed in 532 milliseconds