/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.set/ |
D | db_local_iterators_7.pass.cpp | 32 C::local_iterator i = c.begin(0); in main() 42 C::local_iterator i = c.begin(0); in main()
|
D | db_local_iterators_8.pass.cpp | 32 C::local_iterator i = c.end(0); in main() 41 C::local_iterator i = c.end(0); in main()
|
D | local_iterators.pass.cpp | 33 typedef C::local_iterator I; in main() 211 typedef C::local_iterator I; in main()
|
D | local_iterators.fail.cpp | 31 typedef C::local_iterator I; in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multiset/ |
D | db_local_iterators_7.pass.cpp | 32 C::local_iterator i = c.begin(0); in main() 42 C::local_iterator i = c.begin(0); in main()
|
D | db_local_iterators_8.pass.cpp | 32 C::local_iterator i = c.end(0); in main() 41 C::local_iterator i = c.end(0); in main()
|
D | local_iterators.pass.cpp | 33 typedef C::local_iterator I; in main() 267 typedef C::local_iterator I; in main()
|
D | local_iterators.fail.cpp | 31 typedef C::local_iterator I; in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multimap/ |
D | db_local_iterators_7.pass.cpp | 32 C::local_iterator i = c.begin(0); in main() 42 C::local_iterator i = c.begin(0); in main()
|
D | db_local_iterators_8.pass.cpp | 32 C::local_iterator i = c.end(0); in main() 41 C::local_iterator i = c.end(0); in main()
|
D | local_iterators.pass.cpp | 34 typedef C::local_iterator I; in main() 292 typedef C::local_iterator I; in main()
|
D | local_iterators.fail.cpp | 32 typedef C::local_iterator I; in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.map/ |
D | db_local_iterators_7.pass.cpp | 32 C::local_iterator i = c.begin(0); in main() 42 C::local_iterator i = c.begin(0); in main()
|
D | db_local_iterators_8.pass.cpp | 32 C::local_iterator i = c.end(0); in main() 41 C::local_iterator i = c.end(0); in main()
|
D | local_iterators.pass.cpp | 34 typedef C::local_iterator I; in main() 228 typedef C::local_iterator I; in main()
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _unordered_set.h | 63 typedef typename _Ht::local_iterator local_iterator; in _STLP_CREATE_HASH_ITERATOR_TRAITS() typedef 166 local_iterator begin(size_type __n) { return _M_ht.begin(__n); } in _STLP_CREATE_HASH_ITERATOR_TRAITS() 167 local_iterator end(size_type __n) { return _M_ht.end(__n); } in _STLP_CREATE_HASH_ITERATOR_TRAITS() 213 typedef typename _Ht::local_iterator local_iterator; in _STLP_CREATE_HASH_ITERATOR_TRAITS() typedef 316 local_iterator begin(size_type __n) { return _M_ht.begin(__n); } in _STLP_CREATE_HASH_ITERATOR_TRAITS() 317 local_iterator end(size_type __n) { return _M_ht.end(__n); } in _STLP_CREATE_HASH_ITERATOR_TRAITS()
|
D | _unordered_map.h | 69 typedef typename _Ht::local_iterator local_iterator; in _STLP_CREATE_HASH_ITERATOR_TRAITS() typedef 180 local_iterator begin(size_type __n) { return _M_ht.begin(__n); } in _STLP_CREATE_HASH_ITERATOR_TRAITS() 181 local_iterator end(size_type __n) { return _M_ht.end(__n); } in _STLP_CREATE_HASH_ITERATOR_TRAITS() 237 typedef typename _Ht::local_iterator local_iterator; in _STLP_CREATE_HASH_ITERATOR_TRAITS() typedef 340 local_iterator begin(size_type __n) { return _M_ht.begin(__n); } in _STLP_CREATE_HASH_ITERATOR_TRAITS() 341 local_iterator end(size_type __n) { return _M_ht.end(__n); } in _STLP_CREATE_HASH_ITERATOR_TRAITS()
|
D | _hashtable.h | 292 typedef _STLP_PRIV _Ht_iterator<_ElemsIte, _NonConstLocalTraits> local_iterator; 295 typedef iterator local_iterator; 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/ |
D | _hashtable.h | 113 typedef iterator local_iterator; typedef 185 local_iterator begin(size_type __n) { in begin() 188 return local_iterator(&_M_iter_list, _M_non_dbg_impl.begin(__n)); in begin() 190 local_iterator end(size_type __n) { in end() 193 return local_iterator(&_M_iter_list, _M_non_dbg_impl.end(__n)); in end()
|
/ndk/tests/device/test-gnustl-full/unit/ |
D | unordered_test.cpp | 91 usettype::local_iterator lit, litEnd; in uset() 135 usettype::local_iterator lit, litEnd; in umultiset() 205 umaptype::local_iterator lit, litEnd; in umap() 245 umaptype::local_iterator lit, litEnd; in umultimap()
|
/ndk/tests/device/test-stlport/unit/ |
D | unordered_test.cpp | 91 usettype::local_iterator lit, litEnd; in uset() 135 usettype::local_iterator lit, litEnd; in umultiset() 205 umaptype::local_iterator lit, litEnd; in umap() 245 umaptype::local_iterator lit, litEnd; in umultimap()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | unordered_set | 43 typedef /unspecified/ local_iterator; 143 local_iterator begin(size_type n); 144 local_iterator end(size_type n); 192 typedef /unspecified/ local_iterator; 292 local_iterator begin(size_type n); 293 local_iterator end(size_type n); 363 typedef typename __table::const_local_iterator local_iterator; 581 local_iterator begin(size_type __n) {return __table_.begin(__n);} 583 local_iterator end(size_type __n) {return __table_.end(__n);} 898 typedef typename __table::const_local_iterator local_iterator; [all …]
|
D | unordered_map | 44 typedef /unspecified/ local_iterator; 158 local_iterator begin(size_type n); 159 local_iterator end(size_type n); 208 typedef /unspecified/ local_iterator; 316 local_iterator begin(size_type n); 317 local_iterator end(size_type n); 760 typedef __hash_map_iterator<typename __table::local_iterator> local_iterator; 1002 local_iterator begin(size_type __n) {return __table_.begin(__n);} 1004 local_iterator end(size_type __n) {return __table_.end(__n);} 1497 typedef __hash_map_iterator<typename __table::local_iterator> local_iterator; [all …]
|
D | __hash_table | 436 … "Attempted to dereference a non-dereferenceable unordered container local_iterator"); 445 … "Attempted to dereference a non-dereferenceable unordered container local_iterator"); 455 … "Attempted to increment non-incrementable unordered container local_iterator"); 853 typedef __hash_local_iterator<__node_pointer> local_iterator; 1019 local_iterator 1025 return local_iterator(__bucket_list_[__n], __n, bucket_count(), this); 1027 return local_iterator(__bucket_list_[__n], __n, bucket_count()); 1032 local_iterator 1038 return local_iterator(nullptr, __n, bucket_count(), this); 1040 return local_iterator(nullptr, __n, bucket_count());
|