* Move to the next struct value * @this {!StructBytesModel} * @param {!number} prev Previous StructBytes model size
(prev)
| 13203 | * @param {!number} prev Previous StructBytes model size |
| 13204 | */ |
| 13205 | next (prev) { |
| 13206 | this.model.fbeShift(prev) |
| 13207 | } |
| 13208 | } |
| 13209 | |
| 13210 | exports.StructBytesModel = StructBytesModel |