Lines Matching refs:suffix_regexp_
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()
323 if (re->suffix_regexp_ != NULL) in CapturingGroupNames()
324 re->group_names_ = re->suffix_regexp_->CaptureNames(); in CapturingGroupNames()