MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / code

Method code

extern/re2/re2/regexp.h:200–200  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 3

InitMethod · 0.80
TESTFunction · 0.80

Calls

no outgoing calls

Tested by 2

TESTFunction · 0.64