| 198 | void set_error_arg(const StringPiece& error_arg) { error_arg_ = error_arg; } |
| 199 | void set_tmp(std::string* tmp) { delete tmp_; tmp_ = tmp; } |
| 200 | RegexpStatusCode code() const { return code_; } |
| 201 | const StringPiece& error_arg() const { return error_arg_; } |
| 202 | bool ok() const { return code() == kRegexpSuccess; } |
| 203 |
no outgoing calls