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

  /prebuilts/ndk/r10/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/r11/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/r13/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;

Completed in 118 milliseconds