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

Method PopCount

libs/search/cbv.cpp:73–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71}
72
73uint64_t CBV::PopCount() const
74{
75 ASSERT(!IsFull(), ());
76 if (IsEmpty())
77 return 0;
78 return m_p->PopCount();
79}
80
81CBV CBV::Union(CBV const & rhs) const
82{

Callers 7

LoadMethod · 0.45
FindStreetsFunction · 0.45
GetTopLocalitiesMethod · 0.45
SizeMethod · 0.45
NeedToFilterMethod · 0.45
UNIT_CLASS_TESTFunction · 0.45

Calls 2

ASSERTFunction · 0.85
IsFullFunction · 0.85

Tested by 1

UNIT_CLASS_TESTFunction · 0.36