Home
last modified time | relevance | path

Searched refs:noContent (Results 1 – 14 of 14) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/storage/
H A Dresponse.cpp15 noContent = res.noContent; in operator =()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/sprite/
H A Dsprite_loader.cpp57 } else if (res.noContent) { in load()
72 } else if (res.noContent) { in load()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/src/
H A Dhttp_request.cpp119 response.noContent = true; in handleNetworkReply()
126 response.noContent = true; in handleNetworkReply()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/mbgl/storage/
H A Doffline_database.cpp261 response.noContent = true; in getResource()
328 if (response.noContent) { in putResource()
355 if (response.noContent) { in putResource()
422 response.noContent = true; in getTile()
519 if (response.noContent) { in putTile()
549 if (response.noContent) { in putTile()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/storage/
H A Dresponse.hpp24 bool noContent = false; member in mbgl::Response
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/sources/
H A Dgeojson_source.cpp59 } else if (res.noContent) { in loadDescription()
H A Dimage_source.cpp69 } else if (res.noContent) { in loadDescription()
H A Dvector_source.cpp53 } else if (res.noContent) { in loadDescription()
H A Draster_source.cpp56 } else if (res.noContent) { in loadDescription()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/tile/
H A Dtile_loader_impl.hpp109 tile.setData(res.noContent ? nullptr : res.data); in loadedData()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/text/
H A Dglyph_manager.cpp90 if (!res.noContent) { in processResponse()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/
H A Dstyle_impl.cpp68 } else if (res.notModified || res.noContent) { in loadURL()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/
H A Ddefault_file_source.cpp124 offlineResponse->noContent = true; in request()
H A Dhttp_file_source.cpp458 response->noContent = true; in handleResult()