Home
last modified time | relevance | path

Searched refs:getInternal (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.hpp92 optional<std::pair<Response, uint64_t>> getInternal(const Resource&);
H A Doffline_database.cpp163 auto result = getInternal(resource); in get()
167 optional<std::pair<Response, uint64_t>> OfflineDatabase::getInternal(const Resource& resource) { in getInternal() function in mbgl::OfflineDatabase
620 auto response = getInternal(resource); in getRegionResource()