Searched refs:WriteBuffer (Results 1 – 1 of 1) sorted by relevance
151 uint8_t *WriteBuffer = static_cast<uint8_t *>(Allocator.Allocate(Size, 8)); in readBytes() local152 if (auto EC = readBytes(Offset, MutableArrayRef<uint8_t>(WriteBuffer, Size))) in readBytes()156 CacheIter->second.emplace_back(WriteBuffer, Size); in readBytes()159 List.emplace_back(WriteBuffer, Size); in readBytes()162 Buffer = ArrayRef<uint8_t>(WriteBuffer, Size); in readBytes()250 uint8_t *WriteBuffer = Buffer.data(); in readBytes() local261 ::memcpy(WriteBuffer + BytesWritten, ChunkStart, BytesInChunk); in readBytes()