HomeSort by relevance Sort by last modified time
    Searched defs:overflow_error (Results 1 - 2 of 2) sorted by null

  /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

Completed in 15 milliseconds