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

  /external/regex-re2/re2/
prefilter.cc 227 bool is_exact() const { return is_exact_; }
234 // When is_exact_ is true, the strings that match
236 // set of strings that match this RE, then is_exact_
239 bool is_exact_; member in class:re2::Prefilter::Info
248 : is_exact_(false),
257 if (is_exact_) {
259 is_exact_ = false;
276 if (is_exact_) {
314 DCHECK(a->is_exact_);
315 DCHECK(b && b->is_exact_);
    [all...]

Completed in 140 milliseconds