Home
last modified time | relevance | path

Searched refs:positive_overflow (Results 1 – 10 of 10) sorted by relevance

/third_party/boost/boost/numeric/conversion/
Dconverter_policies.hpp151 class positive_overflow : public bad_numeric_cast class
167 throw positive_overflow() ; in operator ()()
172 ::boost::throw_exception(positive_overflow()) ; in operator ()()
/third_party/boost/libs/numeric/conversion/doc/
Dnumeric_cast.qbk70 [link numeric_conversion_possitive_overflow positive_overflow]
105 using boost::numeric::positive_overflow;
116 catch(positive_overflow& e) {
137 // This will cause a boost::numeric::positive_overflow exception to be thrown
143 catch(positive_overflow& e) {
Dconverter_policies.qbk58 throw positive_overflow() ;
97 class positive_overflow : public bad_numeric_cast
Dconverter.qbk277 int z = Double2Int::convert(m); // By default throws positive_overflow()
279 catch ( boost::numeric::positive_overflow const& )
Drequirements.qbk338 struct positive_overflow{};
349 throw positive_overflow() ;
/third_party/boost/libs/numeric/conversion/test/
Dnumeric_cast_traits_test.cpp209 struct positive_overflow{}; struct
220 throw positive_overflow() ; in operator ()()
318 catch( custom::positive_overflow& ){} \
Dtest_helpers3.cpp96 catch ( boost::numeric::positive_overflow const& ) in test_conv_base()
Dconverter_test.cpp498 throw positive_overflow() ; in test_optimizations()
528 throw positive_overflow() ; in test_optimizations()
/third_party/abseil-cpp/absl/strings/
Dcharconv_test.cc497 std::string positive_overflow = "1e1000"; in TEST() local
498 begin = positive_overflow.data(); in TEST()
499 end = begin + positive_overflow.size(); in TEST()
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
Dcharconv_test.cc497 std::string positive_overflow = "1e1000"; in TEST() local
498 begin = positive_overflow.data(); in TEST()
499 end = begin + positive_overflow.size(); in TEST()