Home | History | Annotate | Download | only in src

Lines Matching refs:GREEDY

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