Searched refs:QuantifierType (Results 1 – 3 of 3) sorted by relevance
419 enum QuantifierType { GREEDY, NON_GREEDY, POSSESSIVE }; enum420 RegExpQuantifier(int min, int max, QuantifierType type, RegExpTree* body) in RegExpQuantifier()448 QuantifierType quantifier_type() const { return quantifier_type_; } in quantifier_type()460 QuantifierType quantifier_type_;
117 RegExpQuantifier::QuantifierType type);
568 RegExpQuantifier::QuantifierType quantifier_type = RegExpQuantifier::GREEDY; in ParseDisjunction()2071 int min, int max, RegExpQuantifier::QuantifierType quantifier_type) { in AddQuantifierToAtom()