Searched refs:__container_type (Results 1 - 1 of 1) sorted by relevance

/external/stlport/stlport/stl/debug/
H A D_iterator.h102 typedef typename _Iterator::_Container_type __container_type; typedef
103 __container_type* __c = __it._Get_container_ptr();
110 typedef typename _Iterator::_Container_type __container_type; typedef
111 __container_type* __c = __it._Get_container_ptr();
114 return (__new_pos >= 0) && (__STATIC_CAST(typename __container_type::size_type, __new_pos) <= __c->size());

Completed in 171 milliseconds