Searched defs:_Get_container_ptr (Results 1 - 2 of 2) sorted by relevance

/external/stlport/stlport/stl/debug/
H A D_debug.c573 __stl_debug_engine<_Dummy>::_Get_container_ptr(const __owned_link* __l) { function in class:_Dummy
H A D_iterator.h94 { return (__it._Get_container_ptr() != 0) && !(__it._M_iterator == (__it._Get_container_ptr())->end()); }
103 __container_type* __c = __it._Get_container_ptr();
111 __container_type* __c = __it._Get_container_ptr();
144 _Container* _Get_container_ptr() const { function in struct:_DBG_iter_base
145 return (_Container*)__stl_debugger::_Get_container_ptr(this);

Completed in 70 milliseconds