Searched refs:thenStepIndex (Results 1 – 2 of 2) sorted by relevance
268 size_t thenStepIndex = ~size_t(0); member
580 << " then=" << step.thenStepIndex << " else=" << step.elseStepIndex; in toString()1269 controller->mNextStepIndex = condValue ? step->thenStepIndex : step->elseStepIndex; in nextCompound()1745 ifStep->thenStepIndex = plan->getNextStepIndex(); in partitionTheWorkInternal()