OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:have_submatch
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/re2/re2/testing/
tester.cc
83
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/
tester.cc
83
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/chromium_org/third_party/re2/
ucs2.diff
524
- } else if (result->
have_submatch
) {
/external/regex-re2/
ucs2.diff
524
- } else if (result->
have_submatch
) {
Completed in 277 milliseconds