Searched refs:shardsOut (Results 1 – 1 of 1) sorted by relevance
409 auto shardsOut = std::make_unique<SmallVector<uint8_t, 0>[]>(numShards); in maybeCompress() local436 shardsOut[i] = std::move(out); in maybeCompress()440 compressedSize += shardsOut[i].size(); in maybeCompress()456 shardsOut[i] = deflateShard(ctx, shardsIn[i], level, in maybeCompress()465 compressedSize += shardsOut[i].size(); in maybeCompress()477 compressed.shards = std::move(shardsOut); in maybeCompress()