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

  /external/stlport/stlport/stl/
_stdexcept.h 73 class _STLP_CLASS_DECLSPEC out_of_range : public logic_error { class in inherits:logic_error
75 out_of_range(const string& __arg) : logic_error(__arg) {} function in class:out_of_range
77 ~out_of_range() _STLP_NOTHROW_INHERENTLY;
  /frameworks/base/media/libdrm/mobile2/src/util/ustl-1.0/
ustdxept.h 85 /// \class out_of_range ustdxept.h ustl.h
90 class out_of_range : public logic_error { class in namespace:ustl
92 inline explicit out_of_range (const char* arg) throw() : logic_error (arg) {} function in class:ustl::out_of_range

Completed in 51 milliseconds