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

  /ndk/sources/cxx-stl/stlport/stlport/stl/
_stdexcept.h 88 class _STLP_CLASS_DECLSPEC overflow_error : public runtime_error { class in inherits:runtime_error
90 overflow_error(const string& __arg) : runtime_error(__arg) {} function in class:overflow_error
92 ~overflow_error() _STLP_NOTHROW_INHERENTLY;
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_stdexcept.h 88 class _STLP_CLASS_DECLSPEC overflow_error : public runtime_error { class in inherits:runtime_error
90 overflow_error(const string& __arg) : runtime_error(__arg) {} function in class:overflow_error
92 ~overflow_error() _STLP_NOTHROW_INHERENTLY;

Completed in 70 milliseconds