Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/
H A Dfile_source_request.cpp14 if (cancelCallback) { in ~FileSourceRequest()
15 cancelCallback(); in ~FileSourceRequest()
22 cancelCallback = std::move(callback); in onCancel()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/mbgl/storage/
H A Dfile_source_request.hpp26 std::function<void()> cancelCallback = nullptr; member in mbgl::FileSourceRequest