Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/stlport/stlport/stl/debug/
D_debug.h153 typedef __stl_debug_engine<bool> __stl_debugger; typedef
161 if (!(expr)) { _STLP_PRIV __stl_debugger::_Assert( # expr, _STLP_FILE__, __LINE__); }
174 if (!(expr)) { _STLP_PRIV __stl_debugger::_VerboseAssert\
189 _STLP_PRIV __stl_debugger::_IndexedError(__diag_num, _STLP_FILE__ , __LINE__); \
195 _STLP_PRIV __stl_debugger::_IndexedError(__diag_num, _STLP_FILE__, __LINE__); \
288 { __stl_debugger::_M_attach(__CONST_CAST(__owned_list*,__c), this); } in __owned_link()
290 { __stl_debugger::_M_attach(__CONST_CAST(__owned_list*,__rhs._M_owner), this); } in __owned_link()
294 { __stl_debugger::_M_attach(__CONST_CAST(__owned_list*,__c), this); }
296 { __stl_debugger::_M_attach(__CONST_CAST(__owned_list*,__rhs._M_owner), this); }
302 __stl_debugger::_M_detach(__old_owner, this);
[all …]
D_iterator.h145 return (_Container*)__stl_debugger::_Get_container_ptr(this); in _Get_container_ptr()