Searched refs:NON_GREEDY (Results 1 – 2 of 2) sorted by relevance
2398 enum Type { GREEDY, NON_GREEDY, POSSESSIVE }; enumerator2429 bool is_non_greedy() { return type_ == NON_GREEDY; } in is_non_greedy()
5433 type = RegExpQuantifier::NON_GREEDY; in ParseDisjunction()