Searched refs:__stl_throw_length_error (Results 1 - 5 of 5) sorted by relevance

/external/stlport/stlport/stl/
H A D_range_errors.h38 void _STLP_FUNCTION_THROWS _STLP_DECLSPEC _STLP_CALL __stl_throw_length_error(const char* __msg);
46 # pragma noreturn(__stl_throw_length_error)
H A D_range_errors.c72 _STLP_THROW_FUNCT_SPEC _STLP_CALL __stl_throw_length_error(const char* __msg) function
H A D_vector.c41 { __stl_throw_length_error("vector"); }
H A D_bvector.h654 __stl_throw_length_error("vector<bool>");
H A D_string.c600 { __stl_throw_length_error("basic_string"); }

Completed in 98 milliseconds