Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/mbgl/storage/
H A Doffline_database.hpp93 optional<int64_t> hasInternal(const Resource&);
H A Doffline_database.cpp176 optional<int64_t> OfflineDatabase::hasInternal(const Resource& resource) { in hasInternal() function in mbgl::OfflineDatabase
630 auto response = hasInternal(resource); in hasRegionResource()