Searched refs:ChunkStart (Results 1 – 2 of 2) sorted by relevance
211 const uint8_t *ChunkStart = Data.data() + OffsetInBlock; in readBytes() local214 ::memcpy(WriteBuffer + BytesWritten, ChunkStart, BytesInChunk); in readBytes()
260 const uint8_t *ChunkStart = BlockData.data() + OffsetInBlock; in readBytes() local262 ::memcpy(WriteBuffer + BytesWritten, ChunkStart, BytesInChunk); in readBytes()