Searched refs:currentNodeIndex (Results 1 – 1 of 1) sorted by relevance
479 currentNodeIndex int // Node in it we are processing member530 currentNodeIndex: 0,551 return ctx.currentNodeIndex < len(ctx.nodes)558 node := ctx.nodes[ctx.currentNodeIndex]559 ctx.currentNodeIndex++564 if ctx.currentNodeIndex <= 0 {567 ctx.currentNodeIndex--