Home | History | Annotate | Download | only in src

Lines Matching full:greedy

1676   enum Type { GREEDY, NON_GREEDY, POSSESSIVE };
1708 bool is_greedy() { return type_ == GREEDY; }