HomeSort by relevance Sort by last modified time
    Searched full:__container_type (Results 1 - 6 of 6) sorted by null

  /external/stlport/stlport/stl/debug/
_iterator.h 102 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());
  /ndk/sources/cxx-stl/stlport/stlport/stl/debug/
_iterator.h 102 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());
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/debug/
_iterator.h 102 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());
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/debug/
_iterator.h 102 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());
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/debug/
_iterator.h 102 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());
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/debug/
_iterator.h 102 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 1111 milliseconds