Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/mapbox/
H A Dqgeofiletilecachemapbox.cpp48 m_mapNameToId.insert(mapTypes[i].name(), i+1); in QGeoFileTileCacheMapbox()
124 m_mapNameToId[fields.at(1)], in filenameToTileSpec()
H A Dqgeofiletilecachemapbox.h57 QMap<QString, int> m_mapNameToId; variable