Searched refs:qHash (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeocoordinate/ |
| H A D | tst_qgeocoordinate.cpp | 912 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 D | tst_qgeotilespec.cpp | 291 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 D | qgeotilespec.cpp | 130 unsigned int qHash(const QGeoTileSpec &spec) in qHash() function 132 unsigned int result = (qHash(spec.plugin()) * 13) % 31; in qHash()
|
| H A D | qgeotilespec_p.h | 95 Q_LOCATION_PRIVATE_EXPORT unsigned int qHash(const QGeoTileSpec &spec);
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/ |
| H A D | qgeocoordinate.h | 126 Q_POSITIONING_EXPORT uint qHash(const QGeoCoordinate &coordinate, uint seed = 0);
|
| H A D | qgeocoordinate.cpp | 782 uint qHash(const QGeoCoordinate &coordinate, uint seed) in qHash() function
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/dist/ |
| H A D | changes-5.7.0 | 42 - Added qHash() function for QGeoCoordinate
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/geotestplugin/ |
| H A D | qplacemanagerengine_test.h | 59 inline uint qHash(const QPlaceCategory &category) in qHash() function 61 return qHash(QUuid(category.categoryId().toLatin1())); in qHash()
|