HomeSort by relevance Sort by last modified time
    Searched defs:length_error (Results 1 - 2 of 2) 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;
  /frameworks/base/media/libdrm/mobile2/src/util/ustl-1.0/
ustdxept.h 74 /// \class length_error ustdxept.h ustl.h
79 class length_error : public logic_error { class in namespace:ustl
81 inline explicit length_error (const char* arg) throw() : logic_error (arg) {} function in class:ustl::length_error

Completed in 174 milliseconds