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

Method set_posix_syntax

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

Source from the content-addressed store, hash-verified

675
676 bool posix_syntax() const { return posix_syntax_; }
677 void set_posix_syntax(bool b) { posix_syntax_ = b; }
678
679 bool longest_match() const { return longest_match_; }
680 void set_longest_match(bool b) { longest_match_ = b; }

Callers 2

TESTFunction · 0.80
LLVMFuzzerTestOneInputFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64