Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/storage/
H A Dresource.hpp55 bool hasLoadingMethod(LoadingMethod method);
99 inline bool Resource::hasLoadingMethod(Resource::LoadingMethod method) { in hasLoadingMethod() function in mbgl::Resource
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/
H A Ddefault_file_source.cpp115 if (resource.hasLoadingMethod(Resource::LoadingMethod::Cache)) { in request()
149 if (resource.hasLoadingMethod(Resource::LoadingMethod::Network)) { in request()