Searched refs:mNextStepIndex (Results 1 – 2 of 2) sorted by relevance
1136 mNextStepIndex(0), in Controller()1146 mNextStepIndex = kBadStepIndex; in Controller()1406 if (controller->mNextStepIndex == Controller::kBadStepIndex) { in fallback()1411 controller->mNextStepIndex = controller->mFallbackNextStepIndex; in fallback()1519 << "): mNextStepIndex = " << controller->mNextStepIndex; in next()1521 if (controller->mNextStepIndex == Controller::kBadStepIndex) { in next()1532 if (controller->mNextStepIndex == Controller::kBadStepIndex) { in nextCompound()1537 if (controller->mNextStepIndex == compoundBody->mSteps.size()) { in nextCompound()1538 controller->mNextStepIndex = Controller::kBadStepIndex; // end in nextCompound()1542 const auto& logicalStep = compoundBody->mSteps[controller->mNextStepIndex]; in nextCompound()[all …]
666 size_t mNextStepIndex; variable