MCPcopy 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

SkipPaddingFunction · 0.45
ReadInfoMethod · 0.45
ReadRecordMethod · 0.45
ReadMethod · 0.45
ExtractStringMethod · 0.45
GetAltitudesMethod · 0.45
ParseGeometryMethod · 0.45
GetOuterGeometryStatsMethod · 0.45
ParseTrianglesMethod · 0.45
ReadRelationMethod · 0.45
DeserializeMethod · 0.45

Calls 1

ASSERTFunction · 0.85

Tested by 1

TransferLocationFunction · 0.36