Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ Skip
Method
Skip
libs/coding/reader.hpp:204–208 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
202
}
203
204
void Skip(uint64_t size)
205
{
206
m_pos += size;
207
ASSERT(AssertPosition(), ());
208
}
209
210
uint64_t Pos() const { return m_pos; }
211
Callers
15
SkipPadding
Function · 0.45
ReadInfo
Method · 0.45
ReadRecord
Method · 0.45
Read
Method · 0.45
ExtractString
Method · 0.45
GetAltitudes
Method · 0.45
ParseGeometry
Method · 0.45
GetOuterGeometryStats
Method · 0.45
ParseTriangles
Method · 0.45
GetOuterTrianglesStats
Method · 0.45
ReadRelation
Method · 0.45
Deserialize
Method · 0.45
Calls
1
ASSERT
Function · 0.85
Tested by
1
TransferLocation
Function · 0.36