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

  /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 175 re->AllocSub(1);
184 re->AllocSub(1);
193 re->AllocSub(1);
222 re->AllocSub(nbigsub);
234 re->AllocSub(nsub);
257 re->AllocSub(1);
265 re->AllocSub(1);
regexp.h 489 void AllocSub(int n) {
491 LOG(FATAL) << "Cannot AllocSub " << n;
parse.cc 459 re->AllocSub(1);
488 re->AllocSub(1);
617 re->AllocSub(1);
    [all...]

Completed in 26 milliseconds