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

Function Negate

extern/re2/re2/testing/charclass_test.cc:121–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119// Helpers to make templated CorrectCC work with both CharClass and CharClassBuilder.
120
121CharClass* Negate(CharClass *cc) {
122 return cc->Negate();
123}
124
125void Delete(CharClass* cc) {
126 cc->Delete();

Callers 1

CorrectCCFunction · 0.85

Calls 2

NegateMethod · 0.80
CopyMethod · 0.45

Tested by

no test coverage detected