Searched refs:Incref (Results 1 - 8 of 8) sorted by relevance

/external/regex-re2/re2/
H A Dsimplify.cc147 return Incref();
155 return re->Incref();
162 return re->Incref();
168 return re->Incref();
194 return re->Incref();
216 return re->Incref();
232 return re->Incref();
255 return re->Incref();
292 return re->Incref();
319 return Regexp::Star(re->Incref(),
[all...]
H A Dset.cc54 sub[i] = re->sub()[i]->Incref();
H A Dcompile.cc872 sub = re->sub()[0]->Incref();
877 subcopy[i] = re->sub()[i]->Incref();
887 sub = re->sub()[0]->Incref();
920 sub = re->sub()[re->nsub() - 1]->Incref();
925 subcopy[i] = re->sub()[i]->Incref();
935 sub = re->sub()[0]->Incref();
H A Dregexp.h337 Regexp* Incref();
384 // so in many cases you should use, e.g., Plus(re->Incref(), flags).
524 // but even so, Incref and Decref consult an overflow map
H A Dregexp.cc79 Regexp* Regexp::Incref() { function in class:re2::Regexp
678 sub[j]->Incref();
H A Dparse.cc657 // must have already Incref'ed it.
912 x[0] = first->Incref();
1024 subs[--i] = sub_subs[k]->Incref();
H A Dre2.cc210 suffix_regexp_ = entire_regexp_->Incref();
/external/regex-re2/re2/testing/
H A Dregexp_test.cc19 re->Incref();
33 x->Incref();

Completed in 161 milliseconds