Home
last modified time | relevance | path

Searched defs:SpriteImageException (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/util/
H A Dexception.hpp13 struct SpriteImageException : Exception { struct
14 SpriteImageException(const char *msg) : Exception(msg) {} in SpriteImageException() function
15 SpriteImageException(const std::string &msg) : Exception(msg) {} in SpriteImageException() argument