Lines Matching refs:matched
81 bool matched; // found a match
305 result->matched =
316 result->matched =
327 result->matched = prog_->SearchDFA(text, context, anchor, kind_, NULL,
336 result->matched =
341 if (result->matched) {
348 result->matched = false;
362 result->matched = prog_->SearchOnePass(text, context, anchor, kind_,
372 result->matched = prog_->SearchBitState(text, context, anchor, kind_,
393 result->matched = re2_->Match(context,
423 result->matched =
449 if (!result->matched)
459 if (r.matched != correct.matched)
520 if (r.matched != correct.matched) {
521 if (r.matched) {