Home | History | Annotate | Download | only in re2

Lines Matching refs:matched

574 // of empty-string operators that should be matched when executing at the
908 // regular expression program has been reached (the regexp has matched).
1332 bool matched
1336 matched = true;
1437 return matched;
1446 matched = true;
1508 matched = true;
1524 return matched;
1596 // determines which empty-string operators can be matched at the beginning
1911 bool matched = dfa->Search(text, context, anchored,
1916 if (!matched)