Lines Matching refs:safe
197 bool safe = false)
198 : matcher_(lmatcher.matcher_, safe) {}
201 TrivialLookAheadMatcher<M> *Copy(bool safe = false) const {
202 return new TrivialLookAheadMatcher<M>(*this, safe);
273 bool safe = false)
274 : matcher_(lmatcher.matcher_, safe),
280 ArcLookAheadMatcher<M, F> *Copy(bool safe = false) const {
281 return new ArcLookAheadMatcher<M, F>(*this, safe);
461 bool safe = false)
462 : matcher_(lmatcher.matcher_, safe),
475 LabelLookAheadMatcher<M, F, S> *Copy(bool safe = false) const {
476 return new LabelLookAheadMatcher<M, F, S>(*this, safe);
724 LookAheadMatcher(const LookAheadMatcher<F> &matcher, bool safe = false) {
725 base_ = matcher.base_->Copy(safe);
732 LookAheadMatcher<F> *Copy(bool safe = false) const {
733 return new LookAheadMatcher<F>(*this, safe);