| 65 | } |
| 66 | |
| 67 | inline uint8_t BitIndex() const { return (index & 7); } |
| 68 | inline uint64_t ByteIndex() const { return (index >> 3); } |
| 69 | |
| 70 | inline uint8_t InnerReadByte(const uint8_t& offset) { |
nothing calls this directly
no outgoing calls
no test coverage detected