Searched defs:out_of_range (Results 1 - 2 of 2) sorted by relevance

/ndk/sources/cxx-stl/stlport/stlport/stl/
H A D_stdexcept.h72 class _STLP_CLASS_DECLSPEC out_of_range : public logic_error { class in inherits:logic_error
74 out_of_range(const string& __arg) : logic_error(__arg) {} function in class:out_of_range
76 ~out_of_range() _STLP_NOTHROW_INHERENTLY;
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/numeric/conversion/detail/
H A Dconverter.hpp256 // They supply the optimized 'out_of_range()' and 'validate_range()' static member functions
267 static range_check_result out_of_range ( argument_type ) { return cInRange ; } function in struct:boost::numeric::convdetail::dummy_range_checker
286 static range_check_result out_of_range ( argument_type s ) function in struct:boost::numeric::convdetail::generic_range_checker
294 { OverflowHandler()( out_of_range(s) ) ; }

Completed in 192 milliseconds