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

Method set_code

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

Source from the content-addressed store, hash-verified

195 ~RegexpStatus() { delete tmp_; }
196
197 void set_code(RegexpStatusCode code) { code_ = code; }
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_; }

Callers 14

PushRepeatOpMethod · 0.80
PushRepetitionMethod · 0.80
DoRightParenMethod · 0.80
DoFinishMethod · 0.80
StringPieceToRuneFunction · 0.80
ParseEscapeFunction · 0.80
ParseUnicodeGroupFunction · 0.80
ParseCCNameFunction · 0.80
ParseCCCharacterMethod · 0.80
ParseCCRangeMethod · 0.80
ParseCharClassMethod · 0.80
ParsePerlFlagsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected