Home
last modified time | relevance | path

Searched refs:_Get_container_ptr (Results 1 – 4 of 4) sorted by relevance

/ndk/sources/cxx-stl/stlport/stlport/stl/debug/
D_iterator.h94 { return (__it._Get_container_ptr() != 0) && !(__it._M_iterator == (__it._Get_container_ptr())->end… in _Dereferenceable()
103 __container_type* __c = __it._Get_container_ptr(); in _Incrementable()
111 __container_type* __c = __it._Get_container_ptr(); in _Incrementable()
144 _Container* _Get_container_ptr() const { in _Get_container_ptr() function
145 return (_Container*)__stl_debugger::_Get_container_ptr(this); in _Get_container_ptr()
D_debug.h140 static void* _STLP_CALL _Get_container_ptr(const __owned_link*);
D_debug.c573 __stl_debug_engine<_Dummy>::_Get_container_ptr(const __owned_link* __l) { in _Get_container_ptr() function
D_slist.h67 { return !(__it._M_iterator == (__it._Get_container_ptr())->before_begin()); } in _Check()