Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/
Ddfa.cc233 struct SearchParams { struct in re2::DFA
234 SearchParams(const StringPiece& text, const StringPiece& context, in SearchParams() argument
248 StringPiece text;
249 StringPiece context;
250 bool anchored;
251 bool can_prefix_accel;
252 bool want_earliest_match;
253 bool run_forward;
254 State* start;
255 RWLocker* cache_lock;
[all …]