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

  /external/regex-re2/re2/
prog.h 303 static const int kMaxOnePassCapture = 5; // $0 through $4
onepass.cc 177 // kMaxCap counts pointers, kMaxOnePassCapture counts pairs.
178 COMPILE_ASSERT(kMaxCap == Prog::kMaxOnePassCapture*2,
re2.cc 598 bool can_one_pass = (is_one_pass_ && ncap <= Prog::kMaxOnePassCapture);
    [all...]
  /external/regex-re2/re2/testing/
tester.cc 358 nsubmatch > Prog::kMaxOnePassCapture) {

Completed in 95 milliseconds