Lines Matching full:greedy
2398 enum Type { GREEDY, NON_GREEDY, POSSESSIVE };2430 bool is_greedy() { return type_ == GREEDY; }