Home | Sort by relevance Sort by last modified time |
/external/stlport/stlport/stl/ | |
_stdexcept.h | 89 class _STLP_CLASS_DECLSPEC overflow_error : public runtime_error { class in inherits:runtime_error 91 overflow_error(const string& __arg) : runtime_error(__arg) {} function in class:overflow_error 93 ~overflow_error() _STLP_NOTHROW_INHERENTLY; |
/frameworks/base/media/libdrm/mobile2/src/util/ustl-1.0/ | |
ustdxept.h | 118 /// \class overflow_error ustdxept.h ustl.h 123 class overflow_error : public runtime_error { class in namespace:ustl 125 inline explicit overflow_error (const char* arg) throw() : runtime_error (arg) {} function in class:ustl::overflow_error |