HomeSort by relevance Sort by last modified time
    Searched refs:suffix_regexp_ (Results 1 - 2 of 2) sorted by null

  /external/regex-re2/re2/
re2.cc 179 suffix_regexp_ = NULL;
208 suffix_regexp_ = suffix;
210 suffix_regexp_ = entire_regexp_->Incref();
215 prog_ = suffix_regexp_->CompileToProg(options_.max_mem()*2/3);
236 rprog_ = suffix_regexp_->CompileToReverseProg(options_.max_mem()/3);
249 if (suffix_regexp_)
250 suffix_regexp_->Decref();
276 named_groups_ = suffix_regexp_->NamedCaptures();
289 group_names_ = suffix_regexp_->CaptureNames();
531 if (!ok() || suffix_regexp_ == NULL)
    [all...]
re2.h 710 re2::Regexp* suffix_regexp_; // parsed regular expression, prefix removed member in class:re2::RE2
    [all...]

Completed in 42 milliseconds