Searched refs:kBadStepIndex (Results 1 – 2 of 2) sorted by relevance
639 mNextStepIndex = kBadStepIndex; in Controller()751 if (controller->mNextStepIndex == Controller::kBadStepIndex) { in fallback()772 if (controller->mNextStepIndex == Controller::kBadStepIndex) { in next()778 controller->mNextStepIndex = Controller::kBadStepIndex; in next()798 controller->mNextStepIndex = Controller::kBadStepIndex; in next()806 controller->mNextStepIndex = Controller::kBadStepIndex; in next()840 controller->mNextStepIndex = Controller::kBadStepIndex; in next()861 controller->mNextStepIndex = Controller::kBadStepIndex; in next()
198 static const size_t kBadStepIndex = ~size_t(0); variable