Searched refs:WriteBuffer (Results 1 – 1 of 1) sorted by relevance
150 uint8_t *WriteBuffer = static_cast<uint8_t *>(Allocator.Allocate(Size, 8)); in readBytes() local151 if (auto EC = readBytes(Offset, MutableArrayRef<uint8_t>(WriteBuffer, Size))) in readBytes()155 CacheIter->second.emplace_back(WriteBuffer, Size); in readBytes()158 List.emplace_back(WriteBuffer, Size); in readBytes()161 Buffer = ArrayRef<uint8_t>(WriteBuffer, Size); in readBytes()249 uint8_t *WriteBuffer = Buffer.data(); in readBytes() local260 ::memcpy(WriteBuffer + BytesWritten, ChunkStart, BytesInChunk); in readBytes()