MCPcopy Create free account
hub / github.com/comaps/comaps / PtrUint8

Method PtrUint8

libs/coding/byte_stream.hpp:23–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21
22 void const * Ptr() const { return m_p; }
23 uint8_t const * PtrUint8() const { return m_p; }
24
25 void Advance(size_t size) { m_p += size; }
26

Callers 4

TestVarUintFunction · 0.80
TestVarIntFunction · 0.80
CalcOffsetFunction · 0.80
ParseHeader2Method · 0.80

Calls

no outgoing calls

Tested by 2

TestVarUintFunction · 0.64
TestVarIntFunction · 0.64