Home
last modified time | relevance | path

Searched refs:currentNodeIndex (Results 1 – 1 of 1) sorted by relevance

/build/soong/mk2rbc/
Dmk2rbc.go479 currentNodeIndex int // Node in it we are processing member
530 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--