Home
last modified time | relevance | path

Searched defs:__msg (Results 1 – 2 of 2) sorted by relevance

/ndk/sources/cxx-stl/stlport/stlport/stl/
D_range_errors.c63 _STLP_THROW_FUNCT_SPEC _STLP_CALL __stl_throw_runtime_error(const char* __msg) in __stl_throw_runtime_error()
66 _STLP_THROW_FUNCT_SPEC _STLP_CALL __stl_throw_range_error(const char* __msg) in __stl_throw_range_error()
69 _STLP_THROW_FUNCT_SPEC _STLP_CALL __stl_throw_out_of_range(const char* __msg) in __stl_throw_out_of_range()
72 _STLP_THROW_FUNCT_SPEC _STLP_CALL __stl_throw_length_error(const char* __msg) in __stl_throw_length_error()
75 _STLP_THROW_FUNCT_SPEC _STLP_CALL __stl_throw_invalid_argument(const char* __msg) in __stl_throw_invalid_argument()
78 _STLP_THROW_FUNCT_SPEC _STLP_CALL __stl_throw_overflow_error(const char* __msg) in __stl_throw_overflow_error()
/ndk/sources/cxx-stl/stlport/src/
Dlocale_impl.cpp529 _Locale_messages *__msg = _STLP_PRIV __acquire_messages(name, buf, hint, &__err_code); in insert_messages_facets() local