Searched refs:kBadStepIndex (Results 1 – 2 of 2) sorted by relevance
494 mNextStepIndex = kBadStepIndex; in Controller()573 if (controller->mNextStepIndex == Controller::kBadStepIndex) { in fallback()590 if (controller->mNextStepIndex == Controller::kBadStepIndex) { in next()596 controller->mNextStepIndex = Controller::kBadStepIndex; in next()615 controller->mNextStepIndex = Controller::kBadStepIndex; in next()623 controller->mNextStepIndex = Controller::kBadStepIndex; in next()656 controller->mNextStepIndex = Controller::kBadStepIndex; in next()677 controller->mNextStepIndex = Controller::kBadStepIndex; in next()
182 static const size_t kBadStepIndex = ~size_t(0); variable