Home
last modified time | relevance | path

Searched refs:parseStep (Results 1 – 1 of 1) 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 QGeoRouteSegment QGeoRouteParserOsrmV5Private::parseStep(const QJsonObject &step, int legIndex, int… in parseStep() function in QGeoRouteParserOsrmV5Private
964 segment = parseStep(s.toObject(), legIndex, stepIndex); in parseReply()