Home | History | Annotate | Download | only in src

Lines Matching refs:POSSESSIVE

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