Home
last modified time | relevance | path

Searched refs:stepIndex (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeorouteparserosrmv5.cpp813 QGeoRouteSegment parseStep(const QJsonObject &step, int legIndex, int stepIndex) const;
834 …eoRouteParserOsrmV5Private::parseStep(const QJsonObject &step, int legIndex, int stepIndex) const { in parseStep()
890 extraAttributes.insert(QLatin1String("step_index"), stepIndex); in parseStep()
958 for (int stepIndex = 0; stepIndex < steps.size(); ++stepIndex) { in parseReply() local
959 const QJsonValue &s = steps.at(stepIndex); in parseReply()
964 segment = parseStep(s.toObject(), legIndex, stepIndex); in parseReply()
/OK3568_Linux_fs/kernel/block/
H A Dsed-opal.c382 const struct opal_step *step, size_t stepIndex) in execute_step() argument
388 stepIndex, step->fn, error, in execute_step()