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