Home | History | Annotate | Download | only in util

Lines Matching full:error_

48 // If a regular expression has no error, its error_ field points here
58 error_ = &empty_string;
64 error_ = new string("illegal regexp option");
100 if (error_ != &empty_string) delete error_;
134 if (error_ == &empty_string) error_ = new string(error);
465 PCREPORT(ERROR) << "Matching against invalid re: " << *error_;