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

Method set_encoding

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

Source from the content-addressed store, hash-verified

672
673 Encoding encoding() const { return encoding_; }
674 void set_encoding(Encoding encoding) { encoding_ = encoding; }
675
676 bool posix_syntax() const { return posix_syntax_; }
677 void set_posix_syntax(bool b) { posix_syntax_ = b; }

Callers 6

TestInstanceMethod · 0.80
TESTFunction · 0.80
TESTFunction · 0.80
LLVMFuzzerTestOneInputFunction · 0.80
SimilarToCompilerMethod · 0.80

Calls

no outgoing calls

Tested by 3

TestInstanceMethod · 0.64
TESTFunction · 0.64
TESTFunction · 0.64