Searched refs:mNextStepIndex (Results 1 – 2 of 2) sorted by relevance
1188 mNextStepIndex(0), in Controller()1198 mNextStepIndex = kBadStepIndex; in Controller()1458 if (controller->mNextStepIndex == Controller::kBadStepIndex) { in fallback()1463 controller->mNextStepIndex = controller->mFallbackNextStepIndex; in fallback()1571 << "): mNextStepIndex = " << controller->mNextStepIndex; in next()1573 if (controller->mNextStepIndex == Controller::kBadStepIndex) { in next()1584 if (controller->mNextStepIndex == Controller::kBadStepIndex) { in nextCompound()1589 if (controller->mNextStepIndex == compoundBody->mSteps.size()) { in nextCompound()1590 controller->mNextStepIndex = Controller::kBadStepIndex; // end in nextCompound()1594 const auto& logicalStep = compoundBody->mSteps[controller->mNextStepIndex]; in nextCompound()[all …]
666 size_t mNextStepIndex; variable