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

  /external/stlport/stlport/stl/
_stdexcept.h 65 class _STLP_CLASS_DECLSPEC length_error : public logic_error { class in inherits:logic_error
67 length_error(const string& __arg) : logic_error(__arg) {} function in class:length_error
69 ~length_error() _STLP_NOTHROW_INHERENTLY;
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_stdexcept.h 64 class _STLP_CLASS_DECLSPEC length_error : public logic_error { class in inherits:logic_error
66 length_error(const string& __arg) : logic_error(__arg) {} function in class:length_error
68 ~length_error() _STLP_NOTHROW_INHERENTLY;
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_stdexcept.h 65 class _STLP_CLASS_DECLSPEC length_error : public logic_error { class in inherits:logic_error
67 length_error(const string& __arg) : logic_error(__arg) {} function in class:length_error
69 ~length_error() _STLP_NOTHROW_INHERENTLY;
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_stdexcept.h 65 class _STLP_CLASS_DECLSPEC length_error : public logic_error { class in inherits:logic_error
67 length_error(const string& __arg) : logic_error(__arg) {} function in class:length_error
69 ~length_error() _STLP_NOTHROW_INHERENTLY;
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/
_stdexcept.h 65 class _STLP_CLASS_DECLSPEC length_error : public logic_error { class in inherits:logic_error
67 length_error(const string& __arg) : logic_error(__arg) {} function in class:length_error
69 ~length_error() _STLP_NOTHROW_INHERENTLY;

Completed in 368 milliseconds