| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/util/ |
| H A D | async_request.hpp | 7 class AsyncRequest : private util::noncopyable { class 9 virtual ~AsyncRequest() = default;
|
| H A D | work_request.hpp | 11 class WorkRequest : public AsyncRequest {
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/sources/ |
| H A D | vector_source.hpp | 9 class AsyncRequest; 28 std::unique_ptr<AsyncRequest> req;
|
| H A D | image_source.hpp | 9 class AsyncRequest; 32 std::unique_ptr<AsyncRequest> req;
|
| H A D | raster_source.hpp | 9 class AsyncRequest; 30 std::unique_ptr<AsyncRequest> req;
|
| H A D | geojson_source.hpp | 10 class AsyncRequest; 45 std::unique_ptr<AsyncRequest> req;
|
| H A D | raster_dem_source.hpp | 9 class AsyncRequest;
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/tile/ |
| H A D | tile_loader.hpp | 10 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 D | offline_download.hpp | 15 class AsyncRequest; 59 std::list<std::unique_ptr<AsyncRequest>> requests;
|
| H A D | file_source_request.hpp | 14 class FileSourceRequest : public AsyncRequest {
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/ |
| H A D | default_file_source.cpp | 102 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 D | online_file_source.cpp | 28 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 D | local_file_source.cpp | 69 std::unique_ptr<AsyncRequest> LocalFileSource::request(const Resource& resource, Callback callback)… in request()
|
| H A D | asset_file_source.cpp | 69 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 D | glyph_manager.hpp | 17 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 D | sprite_loader.cpp | 30 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 D | style_impl.hpp | 30 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 D | file_source.hpp | 25 virtual std::unique_ptr<AsyncRequest> request(const Resource&, Callback) = 0;
|
| H A D | online_file_source.hpp | 25 std::unique_ptr<AsyncRequest> request(const Resource&, Callback) override;
|
| H A D | default_file_source.hpp | 49 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 D | http_file_source.hpp | 12 std::unique_ptr<AsyncRequest> request(const Resource&, Callback) override;
|
| H A D | local_file_source.hpp | 16 std::unique_ptr<AsyncRequest> request(const Resource&, Callback) override;
|
| H A D | asset_file_source.hpp | 16 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 D | http_request.hpp | 14 class HTTPRequest : public AsyncRequest
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/sources/ |
| H A D | geojson_source_impl.hpp | 9 class AsyncRequest;
|