Searched refs:length_error (Results 1 – 5 of 5) sorted by relevance
64 class _STLP_CLASS_DECLSPEC length_error : public logic_error {66 length_error(const string& __arg) : logic_error(__arg) {} in length_error() function68 ~length_error() _STLP_NOTHROW_INHERENTLY;
73 { _STLP_THROW_MSG(length_error, __msg); } in __stl_throw_length_error()
80 length_error::~length_error() _STLP_NOTHROW_INHERENTLY {} in ~length_error()
176 catch (length_error const&) { in constructor()201 catch (length_error const&) { in reserve()