HomeSort by relevance Sort by last modified time
    Searched defs:local_iterator (Results 1 - 20 of 20) sorted by null

  /ndk/sources/cxx-stl/stlport/stlport/stl/
_unordered_map.h 69 typedef typename _Ht::local_iterator local_iterator; typedef in class:unordered_map
180 local_iterator begin(size_type __n) { return _M_ht.begin(__n); }
181 local_iterator end(size_type __n) { return _M_ht.end(__n); }
237 typedef typename _Ht::local_iterator local_iterator; typedef in class:unordered_multimap
340 local_iterator begin(size_type __n) { return _M_ht.begin(__n); }
341 local_iterator end(size_type __n) { return _M_ht.end(__n); }
_unordered_set.h 63 typedef typename _Ht::local_iterator local_iterator; typedef in class:unordered_set
166 local_iterator begin(size_type __n) { return _M_ht.begin(__n); }
167 local_iterator end(size_type __n) { return _M_ht.end(__n); }
213 typedef typename _Ht::local_iterator local_iterator; typedef in class:unordered_multiset
316 local_iterator begin(size_type __n) { return _M_ht.begin(__n); }
317 local_iterator end(size_type __n) { return _M_ht.end(__n); }
_hashtable.h 289 //TODO: Avoids this debug check and make the local_iterator different from
292 typedef _STLP_PRIV _Ht_iterator<_ElemsIte, _NonConstLocalTraits> local_iterator; typedef in class:hashtable
295 typedef iterator local_iterator; typedef in class:hashtable
378 local_iterator begin(size_type __n) { return _ElemsIte(_M_buckets[__n]); }
379 local_iterator end(size_type __n) { return _ElemsIte(_M_buckets[__n + 1]); }
  /ndk/sources/cxx-stl/stlport/stlport/stl/debug/
_hashtable.h 112 //typedef _STLP_PRIV _DBG_iter<_Base, _DbgTraits<_NonConstLocalTraits> > local_iterator;
113 typedef iterator local_iterator; typedef in class:hashtable
185 local_iterator begin(size_type __n) {
188 return local_iterator(&_M_iter_list, _M_non_dbg_impl.begin(__n));
190 local_iterator end(size_type __n) {
193 return local_iterator(&_M_iter_list, _M_non_dbg_impl.end(__n));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
unordered_map.h 122 typedef typename _Hashtable::local_iterator local_iterator; typedef in class:unordered_map
656 local_iterator
682 local_iterator
803 typedef typename _Hashtable::local_iterator local_iterator; typedef in class:unordered_multimap
    [all...]
unordered_set.h 117 typedef typename _Hashtable::local_iterator local_iterator; typedef in class:unordered_set
592 local_iterator
612 local_iterator
722 typedef typename _Hashtable::local_iterator local_iterator; typedef in class:unordered_multiset
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
unordered_map.h 122 typedef typename _Hashtable::local_iterator local_iterator; typedef in class:unordered_map
656 local_iterator
682 local_iterator
803 typedef typename _Hashtable::local_iterator local_iterator; typedef in class:unordered_multimap
    [all...]
unordered_set.h 117 typedef typename _Hashtable::local_iterator local_iterator; typedef in class:unordered_set
592 local_iterator
612 local_iterator
722 typedef typename _Hashtable::local_iterator local_iterator; typedef in class:unordered_multiset
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
unordered_map.h 122 typedef typename _Hashtable::local_iterator local_iterator; typedef in class:unordered_map
656 local_iterator
682 local_iterator
803 typedef typename _Hashtable::local_iterator local_iterator; typedef in class:unordered_multimap
    [all...]
unordered_set.h 117 typedef typename _Hashtable::local_iterator local_iterator; typedef in class:unordered_set
592 local_iterator
612 local_iterator
722 typedef typename _Hashtable::local_iterator local_iterator; typedef in class:unordered_multiset
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
unordered_map.h 123 typedef typename _Hashtable::local_iterator local_iterator; typedef in class:unordered_map
687 local_iterator
713 local_iterator
835 typedef typename _Hashtable::local_iterator local_iterator; typedef in class:unordered_multimap
    [all...]
unordered_set.h 117 typedef typename _Hashtable::local_iterator local_iterator; typedef in class:unordered_set
622 local_iterator
642 local_iterator
752 typedef typename _Hashtable::local_iterator local_iterator; typedef in class:unordered_multiset
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_unordered_map.h 69 typedef typename _Ht::local_iterator local_iterator; typedef in class:unordered_map
180 local_iterator begin(size_type __n) { return _M_ht.begin(__n); }
181 local_iterator end(size_type __n) { return _M_ht.end(__n); }
237 typedef typename _Ht::local_iterator local_iterator; typedef in class:unordered_multimap
340 local_iterator begin(size_type __n) { return _M_ht.begin(__n); }
341 local_iterator end(size_type __n) { return _M_ht.end(__n); }
_unordered_set.h 63 typedef typename _Ht::local_iterator local_iterator; typedef in class:unordered_set
166 local_iterator begin(size_type __n) { return _M_ht.begin(__n); }
167 local_iterator end(size_type __n) { return _M_ht.end(__n); }
213 typedef typename _Ht::local_iterator local_iterator; typedef in class:unordered_multiset
316 local_iterator begin(size_type __n) { return _M_ht.begin(__n); }
317 local_iterator end(size_type __n) { return _M_ht.end(__n); }
_hashtable.h 289 //TODO: Avoids this debug check and make the local_iterator different from
292 typedef _STLP_PRIV _Ht_iterator<_ElemsIte, _NonConstLocalTraits> local_iterator; typedef in class:hashtable
295 typedef iterator local_iterator; typedef in class:hashtable
378 local_iterator begin(size_type __n) { return _ElemsIte(_M_buckets[__n]); }
379 local_iterator end(size_type __n) { return _ElemsIte(_M_buckets[__n + 1]); }
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/debug/
_hashtable.h 112 //typedef _STLP_PRIV _DBG_iter<_Base, _DbgTraits<_NonConstLocalTraits> > local_iterator;
113 typedef iterator local_iterator; typedef in class:hashtable
185 local_iterator begin(size_type __n) {
188 return local_iterator(&_M_iter_list, _M_non_dbg_impl.begin(__n));
190 local_iterator end(size_type __n) {
193 return local_iterator(&_M_iter_list, _M_non_dbg_impl.end(__n));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/tr1/
hashtable.h 144 local_iterator; typedef in class:tr1::_Hashtable
290 local_iterator
292 { return local_iterator(_M_buckets[__n]); }
294 local_iterator
296 { return local_iterator(0); }
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/tr1/
hashtable.h 144 local_iterator; typedef in class:tr1::_Hashtable
290 local_iterator
292 { return local_iterator(_M_buckets[__n]); }
294 local_iterator
296 { return local_iterator(0); }
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr1/
hashtable.h 144 local_iterator; typedef in class:tr1::_Hashtable
290 local_iterator
292 { return local_iterator(_M_buckets[__n]); }
294 local_iterator
296 { return local_iterator(0); }
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/
hashtable.h 144 local_iterator; typedef in class:tr1::_Hashtable
290 local_iterator
292 { return local_iterator(_M_buckets[__n]); }
294 local_iterator
296 { return local_iterator(0); }
    [all...]

Completed in 536 milliseconds