Lines Matching refs:matcher2_
229 matcher2_(filter_->GetMatcher2()),
231 fst2_(matcher2_->GetFst()),
255 (matcher2_->Properties(0) & kError) |
275 OrderedExpand(s, fst2_, s2, fst1_, s1, matcher2_, true);
281 M2 *GetMatcher2() { return matcher2_; }
376 Matcher2 *matcher2_;
394 matcher2_(filter_->GetMatcher2()),
396 fst2_(matcher2_->GetFst()),
411 uint64 mprops2 = matcher2_->Properties(fprops2);
421 MatchType type2 = matcher2_->Type(false);
423 uint32 flags2 = matcher2_->Flags();
434 if (matcher2_->Type(true) != MATCH_INPUT) {
454 } else if (flags2 & kPreferMatch && matcher2_->Type(true) == MATCH_INPUT) {
458 } else if (matcher2_->Type(true) == MATCH_INPUT) {