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

Method Copy

extern/re2/re2/regexp.cc:527–530  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

525}
526
527void RegexpStatus::Copy(const RegexpStatus& status) {
528 code_ = status.code_;
529 error_arg_ = status.error_arg_;
530}
531
532typedef int Ignored; // Walker<void> doesn't exist
533

Callers 3

InitMethod · 0.45
NegateFunction · 0.45
TESTFunction · 0.45

Calls 4

RuneRangeClass · 0.85
beginFunction · 0.50
endFunction · 0.50
insertMethod · 0.45

Tested by 2

NegateFunction · 0.36
TESTFunction · 0.36