Home
last modified time | relevance | path

Searched refs:_Message_table (Results 1 – 2 of 2) sorted by relevance

/ndk/sources/cxx-stl/stlport/stlport/stl/debug/
D_debug.c313 const char* __stl_debug_engine<_Dummy>::_Message_table[_StlMsg_MAX] _STLP_MESSAGE_TABLE_BODY;
409 __stl_debug_message(_Message_table[_StlFormat_ERROR_RETURN], in _IndexedError()
410 __f, __l, _Message_table[__error_ind]); in _IndexedError()
416 __stl_debug_message(_Message_table[_StlFormat_VERBOSE_ASSERTION_FAILURE], in _VerboseAssert()
417 __f, __l, _Message_table[__error_ind], __f, __l, __expr); in _VerboseAssert()
424 __stl_debug_message(_Message_table[_StlFormat_ASSERTION_FAILURE],__f, __l, __expr); in _Assert()
D_debug.h144 static const char* _Message_table[_StlMsg_MAX]; variable