Home | History | Annotate | Download | only in testing

Lines Matching refs:kind_

164     kind_(kind),
197 << " (" << FormatKind(kind_)
231 if (kind_ == Prog::kLongestMatch)
251 kind_ != Prog::kLongestMatch) {
306 prog_->UnsafeSearchBacktrack(text, context, anchor, kind_,
317 prog_->SearchNFA(text, context, anchor, kind_,
327 result->matched = prog_->SearchDFA(text, context, anchor, kind_, NULL,
337 prog_->SearchDFA(text, context, anchor, kind_, result->submatch,
362 result->matched = prog_->SearchOnePass(text, context, anchor, kind_,
372 result->matched = prog_->SearchBitState(text, context, anchor, kind_,
390 if (kind_ == Prog::kFullMatch)
420 if (kind_ == Prog::kFullMatch)
488 << " (" << FormatKind(kind_)
569 << " (" << FormatKind(kind_)