Home | History | Annotate | Download | only in src

Lines Matching refs:NON_GREEDY

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