Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/util/
H A Dexception.hpp8 struct Exception : std::runtime_error { struct
9 Exception(const char *msg) : std::runtime_error(msg) {} in Exception() function
10 Exception(const std::string &msg) : std::runtime_error(msg) {} in Exception() function
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/
H A Dsqlite3.hpp46 class Exception : public std::runtime_error { class
48 Exception(int err, const char* msg) in Exception() function in mapbox::sqlite::Exception
51 Exception(ResultCode err, const char* msg) in Exception() function in mapbox::sqlite::Exception
54 Exception(int err, const std::string& msg) in Exception() function in mapbox::sqlite::Exception
57 Exception(ResultCode err, const std::string& msg) in Exception() function in mapbox::sqlite::Exception
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/
H A Dcore.hpp111 class CV_EXPORTS Exception : public std::exception class
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/
H A Dcore.hpp111 class CV_EXPORTS Exception : public std::exception class
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/
H A Dcore.hpp111 class CV_EXPORTS Exception : public std::exception class