Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/util/
H A Dexception.hpp18 struct MisuseException : Exception { struct
19 MisuseException(const char *msg) : Exception(msg) {} in MisuseException() function
20 MisuseException(const std::string &msg) : Exception(msg) {} in MisuseException() argument
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/map/
H A Dmap.cpp153 …callback(std::make_exception_ptr(util::MisuseException("Map is not in static or tile image render … in renderStill()
158 … callback(std::make_exception_ptr(util::MisuseException("Map is currently rendering an image"))); in renderStill()