| 148 | } |
| 149 | |
| 150 | void Scanner::setPosition(size_t _offset) |
| 151 | { |
| 152 | m_char = m_source.setPosition(_offset); |
| 153 | scanToken(); |
| 154 | next(); |
| 155 | next(); |
| 156 | } |
| 157 | |
| 158 | bool Scanner::scanHexByte(char& o_scannedByte) |
| 159 | { |
no outgoing calls
no test coverage detected