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 153 suffix_regexp_ = NULL;
182 suffix_regexp_ = suffix;
184 suffix_regexp_ = entire_regexp_->Incref();
189 prog_ = suffix_regexp_->CompileToProg(options_.max_mem()*2/3);
210 rprog_ = suffix_regexp_->CompileToReverseProg(options_.max_mem()/3);
226 if (suffix_regexp_)
227 suffix_regexp_->Decref();
253 named_groups_ = suffix_regexp_->NamedCaptures();
266 group_names_ = suffix_regexp_->CaptureNames();
508 if (!ok() || suffix_regexp_ == NULL)
    [all...]
re2.h 692 re2::Regexp* suffix_regexp_; // parsed regular expression, prefix removed member in class:re2::RE2
    [all...]

Completed in 170 milliseconds