Home
last modified time | relevance | path

Searched refs:firstRouteSegment (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeoroutexmlparser/
H A Dtst_qgeoroutexmlparser.cpp86 segments << route.firstRouteSegment(); in test_realData1()
140 segments << route.firstRouteSegment(); in test_realData2()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeoroute/
H A Dtst_qgeoroute.cpp221 QCOMPARE(qgeoroute->firstRouteSegment(), *qgeoroutesegment); in firstrouteSegments()
227 QVERIFY(qgeoroute->firstRouteSegment() != *qgeoroutesegmentcopy); in firstrouteSegments()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeoroute.h76 QGeoRouteSegment firstRouteSegment() const;
H A Dqgeoroute.cpp221 QGeoRouteSegment QGeoRoute::firstRouteSegment() const in firstRouteSegment() function in QGeoRoute
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativegeoroute.cpp101 QGeoRouteSegment segment = route_.firstRouteSegment(); in initSegments()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/nokia_services/routing/
H A Dtst_routing.cpp269 QGeoRouteSegment segment = route.firstRouteSegment(); in verifySaneRoute()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/
H A Dqgeoroutexmlparser.cpp301 QGeoRouteSegment s = m_legs[i].firstRouteSegment(); in postProcessRoute()