Home
last modified time | relevance | path

Searched defs:SearchParams (Results 1 – 1 of 1) sorted by relevance

/external/regex-re2/re2/
Ddfa.cc251 struct SearchParams { struct in re2::DFA
252 SearchParams(const StringPiece& text, const StringPiece& context, in SearchParams() function
265 StringPiece text;
266 StringPiece context;
267 bool anchored;
268 bool want_earliest_match;
269 bool run_forward;
270 State* start;
271 int firstbyte;
272 RWLocker *cache_lock;
[all …]