Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativeplaces/
H A Dqdeclarativeplacecontentmodel.cpp318 QList<int> newIndexes; in fetchFinished() local
321 newIndexes.append(it.key()); in fetchFinished()
329 for (auto it = newIndexes.cbegin(), end = newIndexes.cend(); it != end; ++it) { in fetchFinished()
385 if (newIndexes.isEmpty() && m_content.count() != m_contentCount) in fetchFinished()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/text/
H A Dcross_tile_symbol_index.cpp73 std::map<uint8_t, std::map<OverscaledTileID,TileLayerIndex>> newIndexes; in handleWrapJump() local
81 newIndexes.emplace(zoomIndex.first, std::move(newZoomIndex)); in handleWrapJump()
84 indexes = std::move(newIndexes); in handleWrapJump()