| 244 | } |
| 245 | |
| 246 | void ReverseBitmap(const uint8_t* data, int64_t offset, int64_t length, uint8_t* dest, |
| 247 | int64_t dest_offset) { |
| 248 | ReverseBlockOffsets(data, offset, length, dest_offset, dest); |
| 249 | } |
| 250 | |
| 251 | Result<std::shared_ptr<Buffer>> CopyBitmap(MemoryPool* pool, const uint8_t* data, |
| 252 | int64_t offset, int64_t length, |