Lines Matching refs:suffix_regexp_
179 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()
889 if (suffix_regexp_ == NULL) in NumberOfCapturingGroups()
894 num_captures_ = suffix_regexp_->NumCaptures(); in NumberOfCapturingGroups()