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

  /external/chromium_org/third_party/re2/re2/
simplify.cc 219 nre->AllocSub(re->nsub_);
235 nre->AllocSub(1);
264 nre->AllocSub(1);
300 re->AllocSub(2);
327 nre->AllocSub(min);
352 nre->AllocSub(min);
regexp.cc 186 re->AllocSub(1);
195 re->AllocSub(1);
204 re->AllocSub(1);
233 re->AllocSub(nbigsub);
245 re->AllocSub(nsub);
268 re->AllocSub(1);
276 re->AllocSub(1);
regexp.h 490 void AllocSub(int n) {
492 LOG(FATAL) << "Cannot AllocSub " << n;
parse.cc 458 re->AllocSub(1);
487 re->AllocSub(1);
616 re->AllocSub(1);
    [all...]
  /external/regex-re2/re2/
simplify.cc 219 nre->AllocSub(re->nsub_);
235 nre->AllocSub(1);
264 nre->AllocSub(1);
300 re->AllocSub(2);
327 nre->AllocSub(min);
352 nre->AllocSub(min);
regexp.cc 186 re->AllocSub(1);
195 re->AllocSub(1);
204 re->AllocSub(1);
233 re->AllocSub(nbigsub);
245 re->AllocSub(nsub);
268 re->AllocSub(1);
276 re->AllocSub(1);
regexp.h 490 void AllocSub(int n) {
492 LOG(FATAL) << "Cannot AllocSub " << n;
parse.cc 458 re->AllocSub(1);
487 re->AllocSub(1);
616 re->AllocSub(1);
    [all...]

Completed in 54 milliseconds