Home
last modified time | relevance | path

Searched refs:StyleParseException (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.hpp23 struct StyleParseException : Exception { struct
24 StyleParseException(const char *msg) : Exception(msg) {} in StyleParseException() argument
25 StyleParseException(const std::string &msg) : Exception(msg) {} in StyleParseException() function
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/src/
H A Dqmapboxgl_map_observer.cpp60 } catch (const mbgl::util::StyleParseException& e) { in onDidFailLoadingMap()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/
H A Dstyle_impl.cpp82 observer->onStyleError(std::make_exception_ptr(util::StyleParseException(message))); in parse()