Searched refs:kOutputLookAheadMatcher (Results 1 – 4 of 4) sorted by relevance
102 const uint32 kOutputLookAheadMatcher = 0x00000020; variable214 return matcher_.Flags() | kInputLookAheadMatcher | kOutputLookAheadMatcher; in Flags()299 kOutputLookAheadMatcher | F; in Flags()445 if (!(F & (kInputLookAheadMatcher | kOutputLookAheadMatcher))) { in matcher_()454 (!reach_input && (F & kOutputLookAheadMatcher))) { in matcher_()513 return matcher_.Flags() | F | kOutputLookAheadMatcher; in Flags()796 (kInputLookAheadMatcher | kOutputLookAheadMatcher); in LookAheadCheck()
42 m1.Flags() & kOutputLookAheadMatcher) in LookAheadMatchType()47 else if (m1.Flags() & kOutputLookAheadMatcher && in LookAheadMatchType()
325 static const uint32 olabel_lookahead_flags = kOutputLookAheadMatcher |
170 output_lookahead_ = omatcher.Flags() & kOutputLookAheadMatcher;