Home
last modified time | relevance | path

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

/external/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()
/external/marisa-trie/
Dandroid_diff.txt98 - } catch (const std::length_error &) {
122 -} catch (const std::length_error &) {
373 -} catch (const std::length_error &) {
393 -} catch (const std::length_error &) {
433 - } catch (const std::length_error &) {
461 -} catch (const std::length_error &) {
481 -} catch (const std::length_error &) {
498 -} catch (const std::length_error &) {
/external/stlport/src/
Ddll_main.cpp80 length_error::~length_error() _STLP_NOTHROW_INHERENTLY {} in ~length_error()
/external/marisa-trie/v0_1_5/lib/marisa_alpha/
Dtrie-inline.h198 } catch (const std::length_error &) { in catch() argument
305 } catch (const std::length_error &) { in catch() argument
Dtrie-search.cc281 } catch (const std::length_error &) { in restore_()
505 } catch (const std::length_error &) {
612 } catch (const std::length_error &) {
681 } catch (const std::length_error &) {
Dtrie-build.cc75 } catch (const std::length_error &) { in build_trie()
270 } catch (const std::length_error &) {
/external/stlport/test/unit/
Dstring_test.cpp176 catch (length_error const&) { in constructor()
201 catch (length_error const&) { in reserve()
/external/stlport/etc/
DChangeLog-5.11848 check length_error exception rather than bad_alloc.
7330 …* _vector.c: add of the standard length_error exception to the reserve method (thanks Steven Young…