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