Lines Matching refs:regexp_
167 regexp_(NULL), in TestInstance()
179 regexp_ = Regexp::Parse(regexp_str, flags, &status); in TestInstance()
180 if (regexp_ == NULL) { in TestInstance()
186 num_captures_ = regexp_->NumCaptures(); in TestInstance()
187 prog_ = regexp_->CompileToProg(0); in TestInstance()
205 rprog_ = regexp_->CompileToReverseProg(0); in TestInstance()
250 if ((Engines() & (1<<kEnginePCRE)) && regexp_->MimicsPCRE() && in TestInstance()
268 if (regexp_) in ~TestInstance()
269 regexp_->Decref(); in ~TestInstance()
285 if (regexp_ == NULL) { in RunSearch()
480 if (regexp_ == NULL) in RunCase()
560 << CEscape(regexp_->ToString()) in LogMatch()