Home
last modified time | relevance | path

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

/external/regex-re2/re2/testing/
Dtester.cc83 bool have_submatch; // computed all submatch info member
308 result->have_submatch = true; in RunSearch()
319 result->have_submatch = true; in RunSearch()
364 result->have_submatch = true; in RunSearch()
374 result->have_submatch = true; in RunSearch()
397 result->have_submatch = nsubmatch > 0; in RunSearch()
434 result->have_submatch = true; in RunSearch()
461 if (r.have_submatch || r.have_submatch0) { in ResultOkay()
466 if (!r.have_submatch) in ResultOkay()
/external/regex-re2/
Ducs2.diff524 - } else if (result->have_submatch) {