Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ Normalize
Method
Normalize
libs/indexer/string_slice.cpp:41–48 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
39
}
40
41
void JoinIterator::Normalize()
42
{
43
while (m_string != GetMaxSize() && m_offset >= GetSize(m_string))
44
{
45
++m_string;
46
m_offset = 0;
47
}
48
}
49
50
size_t JoinIterator::GetSize(size_t string) const
51
{
Callers
15
TestEqual
Function · 0.45
GetDirection
Function · 0.45
AddEdgeSubwayForSubroute
Method · 0.45
AddEdgePTForSubroute
Method · 0.45
ExtractTrafficGeometry
Function · 0.45
CacheDynamicGeometry
Method · 0.45
PrepareSchemeSubway
Method · 0.45
PrepareSchemePT
Method · 0.45
operator()
Method · 0.45
ProcessBuildingPolygon
Method · 0.45
CalculateNormal
Method · 0.45
RoundCorner
Function · 0.45
Calls
no outgoing calls
Tested by
1
TestEqual
Function · 0.36