| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/detail/ |
| H A D | exception.hpp | 28 BOOST_THROW_EXCEPTION(std::runtime_error(str)); in throw_runtime_error() 33 BOOST_THROW_EXCEPTION(std::logic_error(str)); in throw_logic_error() 38 BOOST_THROW_EXCEPTION(std::invalid_argument(str)); in throw_invalid_argument() 43 BOOST_THROW_EXCEPTION(std::length_error(str)); in throw_length_error() 48 BOOST_THROW_EXCEPTION(std::out_of_range(str)); in throw_out_of_range()
|
| H A D | serialization.hpp | 98 BOOST_THROW_EXCEPTION(std::runtime_error("parameters not compatible")); in load_construct_data() 121 BOOST_THROW_EXCEPTION(std::runtime_error("parameters not compatible")); in load_construct_data() 152 BOOST_THROW_EXCEPTION(std::runtime_error("parameters not compatible")); in load_construct_data() 383 BOOST_THROW_EXCEPTION(std::runtime_error("rtree loading error")); in raw_apply() 559 …BOOST_THROW_EXCEPTION(std::runtime_error("unexpected number of values")); // TODO change exception… in load()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/io/wkt/ |
| H A D | read.hpp | 144 BOOST_THROW_EXCEPTION(read_wkt_exception(blc.what(), it, end, wkt)); in apply() 148 BOOST_THROW_EXCEPTION(read_wkt_exception(e.what(), it, end, wkt)); in apply() 152 BOOST_THROW_EXCEPTION(read_wkt_exception("", it, end, wkt)); in apply() 180 BOOST_THROW_EXCEPTION(read_wkt_exception("Expected '('", it, end, wkt)); in handle_open_parenthesis() 197 BOOST_THROW_EXCEPTION(read_wkt_exception("Expected ')'", it, end, wkt)); in handle_close_parenthesis() 208 BOOST_THROW_EXCEPTION(read_wkt_exception("Too many tokens", it, end, wkt)); in check_end() 534 … BOOST_THROW_EXCEPTION(read_wkt_exception("Z only allowed for 3 or more dimensions", wkt)); in initialize() 550 …BOOST_THROW_EXCEPTION(read_wkt_exception(std::string("Should start with '") + geometry_name + "'",… in initialize() 707 BOOST_THROW_EXCEPTION(read_wkt_exception("Should start with 'POLYGON' or 'BOX'", wkt)); in apply() 734 BOOST_THROW_EXCEPTION(read_wkt_exception("Box should have 2,4 or 5 points", wkt)); in apply() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/cpp_int/ |
| H A D | misc.hpp | 32 …BOOST_THROW_EXCEPTION(std::overflow_error("Could not convert to the target type - -value is out of… in check_in_range() 37 …BOOST_THROW_EXCEPTION(std::overflow_error("Could not convert to the target type - -value is out of… in check_in_range() 46 …BOOST_THROW_EXCEPTION(std::range_error("Attempt to assign a negative value to an unsigned type.")); in check_is_negative() 127 BOOST_THROW_EXCEPTION(std::range_error("No bits were set in the operand.")); in eval_lsb() 131 …BOOST_THROW_EXCEPTION(std::range_error("Testing individual bits in negative values is not supporte… in eval_lsb() 168 BOOST_THROW_EXCEPTION(std::range_error("No bits were set in the operand.")); in eval_msb() 172 …BOOST_THROW_EXCEPTION(std::range_error("Testing individual bits in negative values is not supporte… in eval_msb() 537 BOOST_THROW_EXCEPTION(std::overflow_error("Overflow in conversion to narrower type")); in conversion_overflow() 600 BOOST_THROW_EXCEPTION(std::range_error("No bits were set in the operand.")); in eval_lsb() 604 …BOOST_THROW_EXCEPTION(std::range_error("Testing individual bits in negative values is not supporte… in eval_lsb() [all …]
|
| H A D | checked.hpp | 18 BOOST_THROW_EXCEPTION(std::overflow_error("overflow in " + op)); in raise_overflow() 26 …BOOST_THROW_EXCEPTION(std::range_error("Subtraction resulted in a negative value, but the type is … in raise_subtract_overflow() 136 BOOST_THROW_EXCEPTION(std::overflow_error("Shift out of range")); in checked_left_shift()
|
| H A D | divide.hpp | 347 BOOST_THROW_EXCEPTION(std::overflow_error("Integer Division by zero.")); in divide_unsigned_helper() 617 BOOST_THROW_EXCEPTION(std::overflow_error("Division by zero.")); in eval_divide() 634 BOOST_THROW_EXCEPTION(std::overflow_error("Division by zero.")); in eval_divide() 648 BOOST_THROW_EXCEPTION(std::overflow_error("Division by zero.")); in eval_modulus()
|
| H A D | bitwise.hpp | 24 …BOOST_THROW_EXCEPTION(std::range_error("Bitwise operations on negative values results in undefined… in is_valid_bitwise_op() 37 …BOOST_THROW_EXCEPTION(std::range_error("Bitwise operations on negative values results in undefined… in is_valid_bitwise_op()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/ |
| H A D | throw_exception.hpp | 47 # define BOOST_THROW_EXCEPTION(x) ::boost::exception_detail::throw_exception_(x,BOOST_THROW_EXCEPTI… macro 49 # define BOOST_THROW_EXCEPTION(x) ::boost::throw_exception(x) macro
|
| H A D | rational.hpp | 171 (BOOST_THROW_EXCEPTION(bad_rational("bad rational: denormalized conversion")), 0)){} in rational() 178 (BOOST_THROW_EXCEPTION(bad_rational("bad rational: denormalized conversion")), 0)){} in rational() 250 BOOST_THROW_EXCEPTION(bad_rational()); in assign() 293 if(i == zero) BOOST_THROW_EXCEPTION(bad_rational()); in operator /=() 570 BOOST_THROW_EXCEPTION(bad_rational()); in operator /=() 846 BOOST_THROW_EXCEPTION(bad_rational()); in normalize() 870 BOOST_THROW_EXCEPTION(bad_rational("bad rational: non-zero singular denominator")); in normalize()
|
| H A D | token_functions.hpp | 129 BOOST_THROW_EXCEPTION(escaped_list_error(std::string("cannot end with escape"))); in do_escape() 147 BOOST_THROW_EXCEPTION(escaped_list_error(std::string("unknown escape sequence"))); in do_escape()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/detail/functions/ |
| H A D | trig.hpp | 69 BOOST_THROW_EXCEPTION(std::runtime_error("H0F1 Failed to Converge")); in hyp0F1() 99 …BOOST_THROW_EXCEPTION(std::domain_error("Result is undefined or complex and there is no NaN for th… in eval_sin() 255 …BOOST_THROW_EXCEPTION(std::domain_error("Result is undefined or complex and there is no NaN for th… in eval_cos() 428 BOOST_THROW_EXCEPTION(std::runtime_error("H2F1 failed to converge.")); in hyp2F1() 455 …BOOST_THROW_EXCEPTION(std::domain_error("Result is undefined or complex and there is no NaN for th… in eval_asin() 478 …BOOST_THROW_EXCEPTION(std::domain_error("Result is undefined or complex and there is no NaN for th… in eval_asin() 572 …BOOST_THROW_EXCEPTION(std::domain_error("Result is undefined or complex and there is no NaN for th… in eval_acos() 591 …BOOST_THROW_EXCEPTION(std::domain_error("Result is undefined or complex and there is no NaN for th… in eval_acos()
|
| H A D | pow.hpp | 138 BOOST_THROW_EXCEPTION(std::runtime_error("H0F0 failed to converge")); in hyp0F0() 186 BOOST_THROW_EXCEPTION(std::runtime_error("H1F0 failed to converge")); in hyp1F0() 654 …BOOST_THROW_EXCEPTION(std::domain_error("Result of pow is undefined or non-real and there is no Na… in eval_pow()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/ |
| H A D | cpp_int.hpp | 151 …BOOST_THROW_EXCEPTION(std::overflow_error("Unable to allocate sufficient storage for the value of … in verify_new_size() 160 …BOOST_THROW_EXCEPTION(std::overflow_error("Overflow in cpp_int arithmetic: there is insufficient p… in verify_limb_mask() 655 BOOST_THROW_EXCEPTION(std::range_error("Attempt to negate an unsigned number.")); in check_negate() 750 …BOOST_THROW_EXCEPTION(std::range_error("The argument to a cpp_int constructor exceeded the largest… in check_in_range() 760 …BOOST_THROW_EXCEPTION(std::range_error("The argument to a cpp_int constructor exceeded the largest… in check_in_range() 893 …BOOST_THROW_EXCEPTION(std::range_error("The argument to a cpp_int constructor exceeded the largest… in check_in_range() 901 …BOOST_THROW_EXCEPTION(std::range_error("The argument to a cpp_int constructor exceeded the largest… in check_in_range() 903 …BOOST_THROW_EXCEPTION(std::range_error("The argument to an unsigned cpp_int constructor was negati… in check_in_range() 997 BOOST_THROW_EXCEPTION(std::range_error("Attempt to negate an unsigned type.")); in negate() 1105 …BOOST_THROW_EXCEPTION(std::range_error("Assignment of a cpp_int that is out of range for the targe… in do_assign() [all …]
|
| H A D | rational_adaptor.hpp | 139 …BOOST_THROW_EXCEPTION(std::runtime_error(std::string("Could not parse the string \"") + p + std::s… in operator =() 232 BOOST_THROW_EXCEPTION(std::overflow_error("Divide by zero.")); in eval_divide()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/qvm/ |
| H A D | throw_exception.hpp | 8 #define BOOST_QVM_THROW_EXCEPTION BOOST_THROW_EXCEPTION
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/ |
| H A D | throw_on_empty_input.hpp | 54 BOOST_THROW_EXCEPTION(empty_input_exception()); in throw_on_empty_input()
|
| H A D | has_self_intersections.hpp | 124 BOOST_THROW_EXCEPTION(overlay_invalid_input_exception()); in has_self_intersections()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/detail/ |
| H A D | integer_ops.hpp | 281 BOOST_THROW_EXCEPTION(std::runtime_error("powm requires a positive exponent.")); in check_sign_of_backend() 339 BOOST_THROW_EXCEPTION(std::runtime_error("powm requires a positive exponent.")); in eval_powm() 395 BOOST_THROW_EXCEPTION(std::runtime_error("powm requires a positive exponent.")); in eval_powm() 437 BOOST_THROW_EXCEPTION(std::runtime_error("powm requires a positive exponent.")); in eval_powm()
|
| H A D | number_base.hpp | 962 …BOOST_THROW_EXCEPTION(std::out_of_range("Can not shift by a value greater than std::numeric_limits… in check_shift_range() 964 BOOST_THROW_EXCEPTION(std::out_of_range("Can not shift by a negative value.")); in check_shift_range() 970 BOOST_THROW_EXCEPTION(std::out_of_range("Can not shift by a negative value.")); in check_shift_range() 976 …BOOST_THROW_EXCEPTION(std::out_of_range("Can not shift by a value greater than std::numeric_limits… in check_shift_range()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/ |
| H A D | centroid.hpp | 187 BOOST_THROW_EXCEPTION(centroid_exception()); in range_ok() 370 BOOST_THROW_EXCEPTION(centroid_exception()); in apply()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/overlay/ |
| H A D | follow_linear_linear.hpp | 322 BOOST_THROW_EXCEPTION(inconsistent_turns_exception()); in apply()
|
| H A D | get_turn_info_ll.hpp | 478 BOOST_THROW_EXCEPTION(turn_info_exception(method)); in apply()
|
| H A D | get_turn_info.hpp | 1121 BOOST_THROW_EXCEPTION(turn_info_exception(method)); in apply()
|
| H A D | get_turn_info_la.hpp | 410 BOOST_THROW_EXCEPTION(turn_info_exception(method)); in apply()
|
| /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 D | result.hpp | 271 BOOST_THROW_EXCEPTION(geometry::invalid_input_exception()); in check_char()
|