* Move to the next struct value * @this {!StructBytesFinalModel} * @param {!number} prev Previous StructBytes model size
(prev)
| 13528 | * @param {!number} prev Previous StructBytes model size |
| 13529 | */ |
| 13530 | next (prev) { |
| 13531 | this._model.fbeShift(prev) |
| 13532 | } |
| 13533 | } |
| 13534 | |
| 13535 | exports.StructBytesFinalModel = StructBytesFinalModel |