| 292 | unsigned offset() const { return _off; } |
| 293 | unsigned start() const { return _off; } |
| 294 | unsigned end() const { return _off + _len; } |
| 295 | unsigned unused_tail_length() const; |
| 296 | const char& operator[](unsigned n) const; |
| 297 | char& operator[](unsigned n); |