| 103 | } |
| 104 | |
| 105 | ALWAYS_INLINE size_t Tell() const { |
| 106 | return static_cast<size_t>(current_ - begin_) + tell_; |
| 107 | } |
| 108 | |
| 109 | /// The following functions are only required for the output stream, so we don't need |
| 110 | /// to implement them here. However, to avoid compilation errors, we must explicitly |