HomeSort by relevance Sort by last modified time
    Searched defs:overflow_error (Results 1 - 5 of 5) 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;
  /ndk/sources/cxx-stl/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;
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/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;
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/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;
  /prebuilt/ndk/android-ndk-r7/sources/cxx-stl/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;

Completed in 2311 milliseconds