HomeSort by relevance Sort by last modified time
    Searched full:run_forward (Results 1 - 1 of 1) sorted by null

  /external/regex-re2/re2/
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,
230 run_forward(false),
242 bool run_forward; member in struct:re2::DFA::SearchParams
276 bool run_forward);
    [all...]

Completed in 2576 milliseconds