Home
last modified time | relevance | path

Searched refs:NotFoundException (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.hpp33 struct NotFoundException : Exception { struct
34 NotFoundException(const char *msg) : Exception(msg) {} in NotFoundException() argument
35 NotFoundException(const std::string &msg) : Exception(msg) {} in NotFoundException() function
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/src/
H A Dqmapboxgl_map_observer.cpp66 } catch (const mbgl::util::NotFoundException& e) { in onDidFailLoadingMap()