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

/ndk/sources/cxx-stl/stlport/stlport/stl/
H A D_range_errors.c22 # define _STLP_THROW_MSG(ex,msg) throw std::ex(msg) macro
35 # define _STLP_THROW_MSG(ex,msg) throw ex(msg) macro
49 # define _STLP_THROW_MSG(ex,msg) puts(msg),_STLP_ABORT() macro
64 { _STLP_THROW_MSG(runtime_error, __msg); }
67 { _STLP_THROW_MSG(range_error, __msg); }
70 { _STLP_THROW_MSG(out_of_range, __msg); }
73 { _STLP_THROW_MSG(length_error, __msg); }
76 { _STLP_THROW_MSG(invalid_argument, __msg); }
79 { _STLP_THROW_MSG(overflow_error, __msg); }
84 #undef _STLP_THROW_MSG macro
[all...]

Completed in 4 milliseconds