dfa.cc | 70 // If "run_forward" is true, the DFA runs from text.begin() to text.end(). 76 bool anchored, bool want_earliest_match, bool run_forward, 257 run_forward(false), 269 bool run_forward; member in struct:re2::DFA::SearchParams 303 bool run_forward); [all...] |