Lines Matching defs:SearchParams
250 struct SearchParams { struct in re2::DFA
251 SearchParams(const StringPiece& text, const StringPiece& context, in SearchParams() argument
264 StringPiece text;
265 StringPiece context;
266 bool anchored;
267 bool want_earliest_match;
268 bool run_forward;
269 State* start;
270 int first_byte;
271 RWLocker *cache_lock;
272 bool failed; // "out" parameter: whether search gave up
273 const char* ep; // "out" parameter: end pointer for match
274 SparseSet* matches;