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

Method Clear

extern/re2/re2/bitmap256.h:26–28  ·  view source on GitHub ↗

Clears all of the bits.

Source from the content-addressed store, hash-verified

24
25 // Clears all of the bits.
26 void Clear() {
27 memset(words_, 0, sizeof words_);
28 }
29
30 // Tests the bit with index c.
31 bool Test(int c) const {

Callers 1

ComputeHintsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected