Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/core/
H A Dexception.hpp49 class invalid_input_exception : public geometry::exception class
53 inline invalid_input_exception() {} in invalid_input_exception() function in boost::geometry::invalid_input_exception
74 class empty_input_exception : public geometry::invalid_input_exception
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/relate/
H A Dresult.hpp271 BOOST_THROW_EXCEPTION(geometry::invalid_input_exception()); in check_char()