Home
last modified time | relevance | path

Searched refs:suffix_regexp_ (Results 1 – 2 of 2) sorted by relevance

/external/regex-re2/re2/
Dre2.cc179 suffix_regexp_ = NULL; in Init()
208 suffix_regexp_ = suffix; in Init()
210 suffix_regexp_ = entire_regexp_->Incref(); in Init()
215 prog_ = suffix_regexp_->CompileToProg(options_.max_mem()*2/3); in Init()
236 rprog_ = suffix_regexp_->CompileToReverseProg(options_.max_mem()/3); in ReverseProg()
249 if (suffix_regexp_) in ~RE2()
250 suffix_regexp_->Decref(); in ~RE2()
276 named_groups_ = suffix_regexp_->NamedCaptures(); in NamedCapturingGroups()
289 group_names_ = suffix_regexp_->CaptureNames(); in CapturingGroupNames()
531 if (!ok() || suffix_regexp_ == NULL) { in Match()
[all …]
Dre2.h710 re2::Regexp* suffix_regexp_; // parsed regular expression, prefix removed variable