HomeSort by relevance Sort by last modified time
    Searched refs:Incref (Results 1 - 16 of 16) sorted by null

  /external/chromium_org/third_party/re2/re2/
simplify.cc 147 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(), f)
    [all...]
set.cc 54 sub[i] = re->sub()[i]->Incref();
compile.cc 873 sub = re->sub()[0]->Incref();
878 subcopy[i] = re->sub()[i]->Incref();
888 sub = re->sub()[0]->Incref();
921 sub = re->sub()[re->nsub() - 1]->Incref();
926 subcopy[i] = re->sub()[i]->Incref();
936 sub = re->sub()[0]->Incref();
    [all...]
regexp.h 337 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
regexp.cc 79 Regexp* Regexp::Incref() {
678 sub[j]->Incref();
parse.cc 657 // must have already Incref'ed it.
912 x[0] = first->Incref();
1024 subs[--i] = sub_subs[k]->Incref();
    [all...]
re2.cc 228 suffix_regexp_ = entire_regexp_->Incref();
    [all...]
  /external/regex-re2/re2/
simplify.cc 147 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(), f)
    [all...]
set.cc 54 sub[i] = re->sub()[i]->Incref();
compile.cc 872 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();
    [all...]
regexp.h 337 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
regexp.cc 79 Regexp* Regexp::Incref() {
678 sub[j]->Incref();
parse.cc 657 // must have already Incref'ed it.
912 x[0] = first->Incref();
1024 subs[--i] = sub_subs[k]->Incref();
    [all...]
re2.cc 210 suffix_regexp_ = entire_regexp_->Incref();
    [all...]
  /external/chromium_org/third_party/re2/re2/testing/
regexp_test.cc 19 re->Incref();
33 x->Incref();
  /external/regex-re2/re2/testing/
regexp_test.cc 19 re->Incref();
33 x->Incref();

Completed in 1641 milliseconds