Searched refs:kBadStepIndex (Results 1 – 2 of 2) sorted by relevance
1137 mFallbackNextStepIndex(kBadStepIndex), in Controller()1146 mNextStepIndex = kBadStepIndex; in Controller()1401 if (controller->mFallbackNextStepIndex == Controller::kBadStepIndex) { in fallback()1406 if (controller->mNextStepIndex == Controller::kBadStepIndex) { in fallback()1521 if (controller->mNextStepIndex == Controller::kBadStepIndex) { in next()1532 if (controller->mNextStepIndex == Controller::kBadStepIndex) { in nextCompound()1538 controller->mNextStepIndex = Controller::kBadStepIndex; // end in nextCompound()
597 static const size_t kBadStepIndex = ~size_t(0); variable