Home
last modified time | relevance | path

Searched refs:kMaxOnePassCapture (Results 1 – 4 of 4) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/
Dprog.h326 static const int kMaxOnePassCapture = 5; // $0 through $4 variable
Donepass.cc188 static_assert(kMaxCap == Prog::kMaxOnePassCapture*2, in OnePass_Checks()
Dre2.cc691 bool can_one_pass = (is_one_pass_ && ncap <= Prog::kMaxOnePassCapture); in GlobalReplace()
/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/testing/
Dtester.cc372 nsubmatch > Prog::kMaxOnePassCapture) { in RunSearch()