Home
last modified time | relevance | path

Searched refs:StyleLoadException (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/util/
H A Dexception.hpp28 struct StyleLoadException : Exception { struct
29 StyleLoadException(const char *msg) : Exception(msg) {} in StyleLoadException() argument
30 StyleLoadException(const std::string &msg) : Exception(msg) {} in StyleLoadException() function
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/src/
H A Dqmapboxgl_map_observer.cpp63 } catch (const mbgl::util::StyleLoadException& e) { in onDidFailLoadingMap()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/
H A Dstyle_impl.cpp66 observer->onStyleError(std::make_exception_ptr(util::StyleLoadException(message))); in loadURL()