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

Method Text

extern/re2/re2/regexp.cc:517–525  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

515}
516
517std::string RegexpStatus::Text() const {
518 if (error_arg_.empty())
519 return CodeText(code_);
520 std::string s;
521 s.append(CodeText(code_));
522 s.append(": ");
523 s.append(error_arg_.data(), error_arg_.size());
524 return s;
525}
526
527void RegexpStatus::Copy(const RegexpStatus& status) {
528 code_ = status.code_;

Callers 5

AddMethod · 0.80
InitMethod · 0.80
TESTFunction · 0.80
TestParseFunction · 0.80
TESTFunction · 0.80

Calls 4

emptyMethod · 0.45
appendMethod · 0.45
dataMethod · 0.45
sizeMethod · 0.45

Tested by 3

TESTFunction · 0.64
TestParseFunction · 0.64
TESTFunction · 0.64