Searched refs:BlockFlushingStartPos (Results 1 – 1 of 1) sorted by relevance
68 std::optional<size_t> BlockFlushingStartPos; variable112 assert(!BlockFlushingStartPos && in flushAndClear()127 if (BlockFlushingStartPos)177 assert(!BlockFlushingStartPos); in markAndBlockFlushing()178 BlockFlushingStartPos = Buffer.size(); in markAndBlockFlushing()187 assert(BlockFlushingStartPos); in getMarkedBufferAndResumeFlushing()188 size_t Start = *BlockFlushingStartPos; in getMarkedBufferAndResumeFlushing()189 BlockFlushingStartPos.reset(); in getMarkedBufferAndResumeFlushing()