Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/testing/
Dtester.cc34 kMaxSubmatch = 1+16, // $0...$16 enumerator
94 StringPiece submatch[kMaxSubmatch];
303 if (nsubmatch > kMaxSubmatch) in RunSearch()
304 nsubmatch = kMaxSubmatch; in RunSearch()
493 for (int i = 0; i < kMaxSubmatch; i++) { in ResultOkay()