Searched refs:first_alternative (Results 1 – 1 of 1) sorted by relevance
307 RegExpTree* first_alternative = alternatives->at(0); in RegExpDisjunction() local308 min_match_ = first_alternative->min_match(); in RegExpDisjunction()309 max_match_ = first_alternative->max_match(); in RegExpDisjunction()