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

/external/chromium_org/third_party/re2/re2/testing/
H A Dtester.cc83 bool have_submatch; // computed all submatch info member in struct:re2::TestInstance::Result
308 result->have_submatch = true;
319 result->have_submatch = true;
364 result->have_submatch = true;
374 result->have_submatch = true;
397 result->have_submatch = nsubmatch > 0;
434 result->have_submatch = true;
461 if (r.have_submatch || r.have_submatch0) {
466 if (!r.have_submatch)
/external/regex-re2/re2/testing/
H A Dtester.cc83 bool have_submatch; // computed all submatch info member in struct:re2::TestInstance::Result
308 result->have_submatch = true;
319 result->have_submatch = true;
364 result->have_submatch = true;
374 result->have_submatch = true;
397 result->have_submatch = nsubmatch > 0;
434 result->have_submatch = true;
461 if (r.have_submatch || r.have_submatch0) {
466 if (!r.have_submatch)

Completed in 1985 milliseconds