Searched refs:__error_ind (Results 1 – 2 of 2) sorted by relevance
/ndk/sources/cxx-stl/stlport/stlport/stl/debug/ |
D | _debug.c | 408 __stl_debug_engine<_Dummy>::_IndexedError(int __error_ind, const char* __f, int __l) { in _IndexedError() argument 410 __f, __l, _Message_table[__error_ind]); in _IndexedError() 415 __stl_debug_engine<_Dummy>::_VerboseAssert(const char* __expr, int __error_ind, const char* __f, in… in _VerboseAssert() argument 417 __f, __l, _Message_table[__error_ind], __f, __l, __expr); in _VerboseAssert()
|
D | _debug.h | 107 …static void _STLP_CALL _VerboseAssert(const char* __expr, int __error_ind, const char* __f, int _…
|