Home
last modified time | relevance | path

Searched refs:resourceQuery (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.cpp871 mapbox::sqlite::Query resourceQuery{ getStatement( in evict() local
881 resourceQuery.bind(1, accessed); in evict()
882 resourceQuery.run(); in evict()
883 const uint64_t resourceChanges = resourceQuery.changes(); in evict()