Searched refs:quantifier_type (Results 1 – 1 of 1) sorted by relevance
505 RegExpQuantifier::QuantifierType quantifier_type = RegExpQuantifier::GREEDY; in ParseDisjunction() local507 quantifier_type = RegExpQuantifier::NON_GREEDY; in ParseDisjunction()511 quantifier_type = RegExpQuantifier::POSSESSIVE; in ParseDisjunction()514 builder->AddQuantifierToAtom(min, max, quantifier_type); in ParseDisjunction()1134 int min, int max, RegExpQuantifier::QuantifierType quantifier_type) { in AddQuantifierToAtom() argument1174 terms_.Add(new (zone()) RegExpQuantifier(min, max, quantifier_type, atom), in AddQuantifierToAtom()