| 37 | // The offset of the block in the file. |
| 38 | uint64 offset() const { return offset_; } |
| 39 | void set_offset(uint64 offset) { offset_ = offset; } |
| 40 | |
| 41 | // The size of the stored block |
| 42 | uint64 size() const { return size_; } |
no outgoing calls
no test coverage detected