HomeSort by relevance Sort by last modified time
    Searched refs:__stl_throw_length_error (Results 1 - 5 of 5) sorted by null

  /external/stlport/stlport/stl/
_range_errors.h 38 void _STLP_FUNCTION_THROWS _STLP_DECLSPEC _STLP_CALL __stl_throw_length_error(const char* __msg);
46 # pragma noreturn(__stl_throw_length_error)
_range_errors.c 72 _STLP_THROW_FUNCT_SPEC _STLP_CALL __stl_throw_length_error(const char* __msg) function
_vector.c 41 { __stl_throw_length_error("vector"); }
_bvector.h 654 __stl_throw_length_error("vector<bool>");
_string.c 600 { __stl_throw_length_error("basic_string"); }

Completed in 191 milliseconds