Searched refs:suffix_regexp_ (Results 1 – 6 of 6) sorted by relevance
178 suffix_regexp_ = NULL; in Init()205 suffix_regexp_ = suffix; in Init()207 suffix_regexp_ = entire_regexp_->Incref(); in Init()212 prog_ = suffix_regexp_->CompileToProg(options_.max_mem()*2/3); in Init()224 num_captures_ = suffix_regexp_->NumCaptures(); in Init()238 re->suffix_regexp_->CompileToReverseProg(re->options_.max_mem() / 3); in ReverseProg()250 if (suffix_regexp_) in ~RE2()251 suffix_regexp_->Decref(); in ~RE2()312 if (re->suffix_regexp_ != NULL) in NamedCapturingGroups()313 re->named_groups_ = re->suffix_regexp_->NamedCaptures(); in NamedCapturingGroups()[all …]
745 re2::Regexp* suffix_regexp_; // parsed regular expression, prefix removed variable
189 suffix_regexp_ = NULL; in Init()216 suffix_regexp_ = suffix; in Init()218 suffix_regexp_ = entire_regexp_->Incref(); in Init()223 prog_ = suffix_regexp_->CompileToProg(options_.max_mem()*2/3); in Init()235 num_captures_ = suffix_regexp_->NumCaptures(); in Init()249 re->suffix_regexp_->CompileToReverseProg(re->options_.max_mem() / 3); in ReverseProg()264 if (suffix_regexp_) in ~RE2()265 suffix_regexp_->Decref(); in ~RE2()352 if (re->suffix_regexp_ != NULL) in NamedCapturingGroups()353 re->named_groups_ = re->suffix_regexp_->NamedCaptures(); in NamedCapturingGroups()[all …]
764 re2::Regexp* suffix_regexp_; // parsed regular expression, prefix_ removed variable
209 suffix_regexp_ = NULL; in Init()245 suffix_regexp_ = suffix; in Init()248 suffix_regexp_ = entire_regexp_->Incref(); in Init()254 prog_ = suffix_regexp_->CompileToProg(options_.max_mem()*2/3); in Init()266 num_captures_ = suffix_regexp_->NumCaptures(); in Init()280 re->suffix_regexp_->CompileToReverseProg(re->options_.max_mem() / 3); in ReverseProg()306 if (suffix_regexp_) in ~RE2()307 suffix_regexp_->Decref(); in ~RE2()387 if (re->suffix_regexp_ != NULL) in NamedCapturingGroups()388 re->named_groups_ = re->suffix_regexp_->NamedCaptures(); in NamedCapturingGroups()[all …]
785 re2::Regexp* suffix_regexp_; // parsed regular expression, prefix_ removed variable