Searched refs:kBadStepIndex (Results 1 – 2 of 2) sorted by relevance
754 mFallbackNextStepIndex(kBadStepIndex), in Controller()763 mNextStepIndex = kBadStepIndex; in Controller()988 if (controller->mFallbackNextStepIndex == Controller::kBadStepIndex) { in fallback()993 if (controller->mNextStepIndex == Controller::kBadStepIndex) { in fallback()1105 if (controller->mNextStepIndex == Controller::kBadStepIndex) { in next()1111 controller->mNextStepIndex = Controller::kBadStepIndex; in next()1132 controller->mNextStepIndex = Controller::kBadStepIndex; in next()1142 if (controller->mNextStepIndex == Controller::kBadStepIndex) { in nextCompound()1148 controller->mNextStepIndex = Controller::kBadStepIndex; // end in nextCompound()
441 static const size_t kBadStepIndex = ~size_t(0); variable