Home | History | Annotate | Download | only in testing

Lines Matching refs:regexp_

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