Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/stlport/stlport/stl/
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