Change the position this represents.
| 197 | |
| 198 | // Change the position this represents. |
| 199 | void SetByteOffset(uint64_t byte_offset) noexcept { byte_offset_ = byte_offset; } |
| 200 | |
| 201 | void Reset() { memset(buf_, 0, sizeof(buf_)); } |
| 202 |
no outgoing calls
no test coverage detected