Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/mbgl/storage/
H A Doffline_database.cpp886 mapbox::sqlite::Query tileQuery{ getStatement( in evict() local
896 tileQuery.bind(1, accessed); in evict()
897 tileQuery.run(); in evict()
898 const uint64_t tileChanges = tileQuery.changes(); in evict()