MCPcopy Create free account
hub / github.com/couchbase/fleece / bitCount

Method bitCount

Fleece/Support/Bitmap.hh:65–65  ·  view source on GitHub ↗

Total number of 1 bits */

Source from the content-addressed store, hash-verified

63
64 /** Total number of 1 bits */
65 unsigned bitCount() const {return popcount(_bits);}
66
67 /** True if no bits are 1 */
68 bool empty() const {return _bits == 0;}

Callers 3

SupportTests.ccFile · 0.80
childCountMethod · 0.80
childCountMethod · 0.80

Calls 1

popcountFunction · 0.85

Tested by

no test coverage detected