* Move to the next struct value * @this {!StructNestedModel} * @param {!number} prev Previous StructNested model size
(prev)
| 11942 | * @param {!number} prev Previous StructNested model size |
| 11943 | */ |
| 11944 | next (prev) { |
| 11945 | this.model.fbeShift(prev) |
| 11946 | } |
| 11947 | } |
| 11948 | |
| 11949 | exports.StructNestedModel = StructNestedModel |