Searched defs:quantifier_type (Results 1 – 2 of 2) sorted by relevance
568 RegExpQuantifier::QuantifierType quantifier_type = RegExpQuantifier::GREEDY; in ParseDisjunction() local2071 int min, int max, RegExpQuantifier::QuantifierType quantifier_type) { in AddQuantifierToAtom()
448 QuantifierType quantifier_type() const { return quantifier_type_; } in quantifier_type() function