Home
last modified time | relevance | path

Searched refs:qHash (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeocoordinate/
H A Dtst_qgeocoordinate.cpp912 uint s1 = qHash(QGeoCoordinate(1, 1, 2)); in hash()
913 uint s2 = qHash(QGeoCoordinate(2, 1, 1)); in hash()
914 uint s3 = qHash(QGeoCoordinate(1, 2, 1)); in hash()
915 uint s10 = qHash(QGeoCoordinate(0, 0, 2)); in hash()
916 uint s20 = qHash(QGeoCoordinate(2, 0, 0)); in hash()
917 uint s30 = qHash(QGeoCoordinate(0, 2, 0)); in hash()
918 uint s30NoAlt = qHash(QGeoCoordinate(0, 2)); in hash()
919 uint s30WithSeed = qHash(QGeoCoordinate(0, 2, 0), 1); in hash()
920 uint nullCoordinate = qHash(QGeoCoordinate()); in hash()
922 uint north1 = qHash(QGeoCoordinate(90.0, 34.7, 0)); in hash()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeotilespec/
H A Dtst_qgeotilespec.cpp291 unsigned int hash1 = qHash(testObj); in qHashTest()
294 unsigned int hash2 = qHash(testObj2); in qHashTest()
304 unsigned int hash3 = qHash(testObj3); in qHashTest()
311 hash2 = qHash(testObj2); in qHashTest()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeotilespec.cpp130 unsigned int qHash(const QGeoTileSpec &spec) in qHash() function
132 unsigned int result = (qHash(spec.plugin()) * 13) % 31; in qHash()
H A Dqgeotilespec_p.h95 Q_LOCATION_PRIVATE_EXPORT unsigned int qHash(const QGeoTileSpec &spec);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/
H A Dqgeocoordinate.h126 Q_POSITIONING_EXPORT uint qHash(const QGeoCoordinate &coordinate, uint seed = 0);
H A Dqgeocoordinate.cpp782 uint qHash(const QGeoCoordinate &coordinate, uint seed) in qHash() function
/OK3568_Linux_fs/buildroot/dl/qt5location/git/dist/
H A Dchanges-5.7.042 - Added qHash() function for QGeoCoordinate
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/geotestplugin/
H A Dqplacemanagerengine_test.h59 inline uint qHash(const QPlaceCategory &category) in qHash() function
61 return qHash(QUuid(category.categoryId().toLatin1())); in qHash()