MCPcopy 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
41void JoinIterator::Normalize()
42{
43 while (m_string != GetMaxSize() && m_offset >= GetSize(m_string))
44 {
45 ++m_string;
46 m_offset = 0;
47 }
48}
49
50size_t JoinIterator::GetSize(size_t string) const
51{

Callers 15

TestEqualFunction · 0.45
GetDirectionFunction · 0.45
AddEdgePTForSubrouteMethod · 0.45
ExtractTrafficGeometryFunction · 0.45
CacheDynamicGeometryMethod · 0.45
PrepareSchemeSubwayMethod · 0.45
PrepareSchemePTMethod · 0.45
operator()Method · 0.45
CalculateNormalMethod · 0.45
RoundCornerFunction · 0.45

Calls

no outgoing calls

Tested by 1

TestEqualFunction · 0.36