Searched refs:lookahead_ (Results 1 – 1 of 1) sorted by relevance
721 lookahead_ = false; in LookAheadMatcher()726 lookahead_ = matcher.lookahead_;794 if (!lookahead_) { in LookAheadCheck()795 lookahead_ = base_->Flags() & in LookAheadCheck()797 if (!lookahead_) { in LookAheadCheck()801 return lookahead_; in LookAheadCheck()805 mutable bool lookahead_; variable