Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
73
uint64_t CBV::PopCount() const
74
{
75
ASSERT(!IsFull(), ());
76
if (IsEmpty())
77
return 0;
78
return m_p->PopCount();
79
}
80
81
CBV CBV::Union(CBV const & rhs) const
82
{
Callers
7
Load
Method · 0.45
FindStreets
Function · 0.45
CreateStreetsLayerAndMatchLowerLayers
Method · 0.45
GetTopLocalities
Method · 0.45
Size
Method · 0.45
NeedToFilter
Method · 0.45
UNIT_CLASS_TEST
Function · 0.45
Calls
2
ASSERT
Function · 0.85
IsFull
Function · 0.85
Tested by
1
UNIT_CLASS_TEST
Function · 0.36