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

/external/stlport/stlport/stl/debug/
H A D_debug.c267 # if !defined (_STLP_STRING_LITERAL)
268 # define _STLP_STRING_LITERAL(__x) __x macro
279 _STLP_STRING_LITERAL("\n" _STLP_PERCENT_S "(%d): STL error: " _STLP_PERCENT_S "\n"), \
280 _STLP_STRING_LITERAL(_STLP_PERCENT_S "(%d): STL assertion failure : " _STLP_PERCENT_S "\n" _STLP_ASSERT_MSG_TRAILER), \
281 _STLP_STRING_LITERAL("\n" _STLP_PERCENT_S "(%d): STL error : " _STLP_PERCENT_S "\n" _STLP_PERCENT_S "(%d): STL assertion failure: " _STLP_PERCENT_S " \n" _STLP_ASSERT_MSG_TRAILER), \
282 _STLP_STRING_LITERAL("Invalid argument to operation (see operation documentation)"), \
283 _STLP_STRING_LITERAL("Taking an iterator out of destroyed (or otherwise corrupted) container"), \
284 _STLP_STRING_LITERAL("Trying to extract an object out from empty container"),\
285 _STLP_STRING_LITERAL("Past-the-end iterator could not be erased"), \
286 _STLP_STRING_LITERAL("Inde
315 # undef _STLP_STRING_LITERAL macro
[all...]

Completed in 94 milliseconds