* Move to the next struct value * @this {!StructSimpleModel} * @param {!number} prev Previous StructSimple model size
(prev)
| 3759 | * @param {!number} prev Previous StructSimple model size |
| 3760 | */ |
| 3761 | next (prev) { |
| 3762 | this.model.fbeShift(prev) |
| 3763 | } |
| 3764 | } |
| 3765 | |
| 3766 | exports.StructSimpleModel = StructSimpleModel |