Home
last modified time | relevance | path

Searched refs:getResource (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.hpp85 optional<std::pair<Response, uint64_t>> getResource(const Resource&);
H A Doffline_database.cpp172 return getResource(resource); in getInternal()
228 optional<std::pair<Response, uint64_t>> OfflineDatabase::getResource(const Resource& resource) { in getResource() function in mbgl::OfflineDatabase