Searched refs:mBufferBlocks (Results 1 – 1 of 1) sorted by relevance
115 for (auto& block: mBufferBlocks) { in clear()126 mBufferBlocks.clear(); in clear()245 return newAllocation(create, mBufferBlocks); in allocBuffer()250 deleteAllocation(alloc, mBufferBlocks); in freeBuffer()296 stream->putBe64(mBufferBlocks.size()); in save()303 for (const auto& block: mBufferBlocks) { in save()325 mBufferBlocks.resize(bufferBlockCount); in load()332 for (auto& block: mBufferBlocks) { in load()352 if (mBufferBlocks.size() <= alloc.blockIndex) return; in fillAllocFromLoad()353 fillAllocFromLoad(mBufferBlocks[alloc.blockIndex], alloc); in fillAllocFromLoad()[all …]