Home | History | Annotate | Download | only in src

Lines Matching defs:alternative

958     RegExpTree* alternative = alternatives->at(i);
959 min_match_ = Min(min_match_, alternative->min_match());
960 max_match_ = Max(max_match_, alternative->max_match());