MCPcopy Create free account
hub / github.com/comaps/comaps / PopCount

Method PopCount

libs/coding/compressed_bit_vector.cpp:290–293  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

288}
289
290uint64_t DenseCBV::PopCount() const
291{
292 return m_popCount;
293}
294
295bool DenseCBV::GetBit(uint64_t pos) const
296{

Callers 5

operator()Method · 0.45
operator()Method · 0.45
IsEmptyMethod · 0.45
CheckBinaryOpFunction · 0.45
UNIT_TESTFunction · 0.45

Calls 1

sizeMethod · 0.45

Tested by 2

CheckBinaryOpFunction · 0.36
UNIT_TESTFunction · 0.36