Home
last modified time | relevance | path

Searched refs:length_error (Results 1 – 5 of 5) sorted by relevance

/ndk/sources/cxx-stl/stlport/stlport/stl/
D_stdexcept.h64 class _STLP_CLASS_DECLSPEC length_error : public logic_error {
66 length_error(const string& __arg) : logic_error(__arg) {} in length_error() function
68 ~length_error() _STLP_NOTHROW_INHERENTLY;
D_range_errors.c73 { _STLP_THROW_MSG(length_error, __msg); } in __stl_throw_length_error()
/ndk/sources/cxx-stl/stlport/src/
Ddll_main.cpp80 length_error::~length_error() _STLP_NOTHROW_INHERENTLY {} in ~length_error()
/ndk/tests/device/test-gnustl-full/unit/
Dstring_test.cpp176 catch (length_error const&) { in constructor()
201 catch (length_error const&) { in reserve()
/ndk/tests/device/test-stlport/unit/
Dstring_test.cpp176 catch (length_error const&) { in constructor()
201 catch (length_error const&) { in reserve()