Home | History | Annotate | Download | only in src

Lines Matching defs:alternative

964     RegExpTree* alternative = alternatives->at(i);
965 min_match_ = Min(min_match_, alternative->min_match());
966 max_match_ = Max(max_match_, alternative->max_match());