Home
last modified time | relevance | path

Searched refs:AsyncRequest (Results 1 – 25 of 28) sorted by relevance

12

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/util/
H A Dasync_request.hpp7 class AsyncRequest : private util::noncopyable { class
9 virtual ~AsyncRequest() = default;
H A Dwork_request.hpp11 class WorkRequest : public AsyncRequest {
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/sources/
H A Dvector_source.hpp9 class AsyncRequest;
28 std::unique_ptr<AsyncRequest> req;
H A Dimage_source.hpp9 class AsyncRequest;
32 std::unique_ptr<AsyncRequest> req;
H A Draster_source.hpp9 class AsyncRequest;
30 std::unique_ptr<AsyncRequest> req;
H A Dgeojson_source.hpp10 class AsyncRequest;
45 std::unique_ptr<AsyncRequest> req;
H A Draster_dem_source.hpp9 class AsyncRequest;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/tile/
H A Dtile_loader.hpp10 class AsyncRequest;
54 std::unique_ptr<AsyncRequest> request;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/mbgl/storage/
H A Doffline_download.hpp15 class AsyncRequest;
59 std::list<std::unique_ptr<AsyncRequest>> requests;
H A Dfile_source_request.hpp14 class FileSourceRequest : public AsyncRequest {
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/
H A Ddefault_file_source.cpp102 void request(AsyncRequest* req, Resource resource, ActorRef<FileSourceRequest> ref) { in request()
167 void cancel(AsyncRequest* req) { in cancel()
198 std::unordered_map<AsyncRequest*, std::unique_ptr<AsyncRequest>> tasks;
249 std::unique_ptr<AsyncRequest> DefaultFileSource::request(const Resource& resource, Callback callbac… in request()
H A Donline_file_source.cpp28 class OnlineFileRequest : public AsyncRequest {
45 std::unique_ptr<AsyncRequest> request;
208 std::unique_ptr<AsyncRequest> OnlineFileSource::request(const Resource& resource, Callback callback… in request()
H A Dlocal_file_source.cpp69 std::unique_ptr<AsyncRequest> LocalFileSource::request(const Resource& resource, Callback callback)… in request()
H A Dasset_file_source.cpp69 std::unique_ptr<AsyncRequest> AssetFileSource::request(const Resource& resource, Callback callback)… in request()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/text/
H A Dglyph_manager.hpp17 class AsyncRequest;
53 std::unique_ptr<AsyncRequest> req;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/sprite/
H A Dsprite_loader.cpp30 std::unique_ptr<AsyncRequest> jsonRequest;
31 std::unique_ptr<AsyncRequest> spriteRequest;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/
H A Dstyle_impl.hpp30 class AsyncRequest;
107 std::unique_ptr<AsyncRequest> styleRequest;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/storage/
H A Dfile_source.hpp25 virtual std::unique_ptr<AsyncRequest> request(const Resource&, Callback) = 0;
H A Donline_file_source.hpp25 std::unique_ptr<AsyncRequest> request(const Resource&, Callback) override;
H A Ddefault_file_source.hpp49 std::unique_ptr<AsyncRequest> request(const Resource&, Callback) override;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/storage/
H A Dhttp_file_source.hpp12 std::unique_ptr<AsyncRequest> request(const Resource&, Callback) override;
H A Dlocal_file_source.hpp16 std::unique_ptr<AsyncRequest> request(const Resource&, Callback) override;
H A Dasset_file_source.hpp16 std::unique_ptr<AsyncRequest> request(const Resource&, Callback) override;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/src/
H A Dhttp_request.hpp14 class HTTPRequest : public AsyncRequest
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/sources/
H A Dgeojson_source_impl.hpp9 class AsyncRequest;

12