Searched refs:QuantifierType (Results 1 – 3 of 3) sorted by relevance
413 enum QuantifierType { GREEDY, NON_GREEDY, POSSESSIVE }; enum414 RegExpQuantifier(int min, int max, QuantifierType type, RegExpTree* body) in RegExpQuantifier()449 QuantifierType quantifier_type_;
116 RegExpQuantifier::QuantifierType type);
560 RegExpQuantifier::QuantifierType quantifier_type = RegExpQuantifier::GREEDY; in ParseDisjunction()1952 int min, int max, RegExpQuantifier::QuantifierType quantifier_type) { in AddQuantifierToAtom()