Home
last modified time | relevance | path

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

/external/stlport/stlport/stl/
D_unordered_set.h64 typedef typename _Ht::const_local_iterator const_local_iterator; in _STLP_CREATE_HASH_ITERATOR_TRAITS() typedef
168 const_local_iterator begin(size_type __n) const { return _M_ht.begin(__n); } in _STLP_CREATE_HASH_ITERATOR_TRAITS()
169 const_local_iterator end(size_type __n) const { return _M_ht.end(__n); } in _STLP_CREATE_HASH_ITERATOR_TRAITS()
214 typedef typename _Ht::const_local_iterator const_local_iterator; in _STLP_CREATE_HASH_ITERATOR_TRAITS() typedef
318 const_local_iterator begin(size_type __n) const { return _M_ht.begin(__n); } in _STLP_CREATE_HASH_ITERATOR_TRAITS()
319 const_local_iterator end(size_type __n) const { return _M_ht.end(__n); } in _STLP_CREATE_HASH_ITERATOR_TRAITS()
D_unordered_map.h70 typedef typename _Ht::const_local_iterator const_local_iterator; in _STLP_CREATE_HASH_ITERATOR_TRAITS() typedef
182 const_local_iterator begin(size_type __n) const { return _M_ht.begin(__n); } in _STLP_CREATE_HASH_ITERATOR_TRAITS()
183 const_local_iterator end(size_type __n) const { return _M_ht.end(__n); } in _STLP_CREATE_HASH_ITERATOR_TRAITS()
238 typedef typename _Ht::const_local_iterator const_local_iterator; in _STLP_CREATE_HASH_ITERATOR_TRAITS() typedef
342 const_local_iterator begin(size_type __n) const { return _M_ht.begin(__n); } in _STLP_CREATE_HASH_ITERATOR_TRAITS()
343 const_local_iterator end(size_type __n) const { return _M_ht.end(__n); } in _STLP_CREATE_HASH_ITERATOR_TRAITS()
D_hashtable.h293 typedef _STLP_PRIV _Ht_iterator<_ElemsIte, _ConstLocalTraits> const_local_iterator;
296 typedef const_iterator const_local_iterator;
383 const_local_iterator begin(size_type __n) const { return _ElemsIte(_M_buckets[__n]); }
384 const_local_iterator end(size_type __n) const { return _ElemsIte(_M_buckets[__n + 1]); }
/external/stlport/stlport/stl/debug/
D_hashtable.h115 typedef const_iterator const_local_iterator; typedef
198 const_local_iterator begin(size_type __n) const { in begin()
201 return const_local_iterator(&_M_iter_list, _M_non_dbg_impl.begin(__n)); in begin()
203 const_local_iterator end(size_type __n) const { in end()
206 return const_local_iterator(&_M_iter_list, _M_non_dbg_impl.end(__n)); in end()