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

Function ReadVarUint64Array

libs/coding/varint.hpp:275–278  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

273
274template <typename F>
275void const * ReadVarUint64Array(void const * pBeg, void const * pEnd, F f)
276{
277 return ::impl::ReadVarInt64Array(pBeg, ::impl::ReadVarInt64ArrayUntilBufferEnd(pEnd), f, base::IdFunctor());
278}
279
280template <typename F>
281void const * ReadVarInt64Array(void const * pBeg, size_t count, F f)

Callers 2

LoadOuterFunction · 0.85
LoadInnerFunction · 0.85

Calls 4

ReadVarInt64ArrayFunction · 0.85
IdFunctorClass · 0.85

Tested by

no test coverage detected