Home
last modified time | relevance | path

Searched refs:local_iterator (Results 1 – 24 of 24) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.set/
Ddb_local_iterators_7.pass.cpp32 C::local_iterator i = c.begin(0); in main()
42 C::local_iterator i = c.begin(0); in main()
Ddb_local_iterators_8.pass.cpp32 C::local_iterator i = c.end(0); in main()
41 C::local_iterator i = c.end(0); in main()
Dlocal_iterators.pass.cpp33 typedef C::local_iterator I; in main()
211 typedef C::local_iterator I; in main()
Dlocal_iterators.fail.cpp31 typedef C::local_iterator I; in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multiset/
Ddb_local_iterators_7.pass.cpp32 C::local_iterator i = c.begin(0); in main()
42 C::local_iterator i = c.begin(0); in main()
Ddb_local_iterators_8.pass.cpp32 C::local_iterator i = c.end(0); in main()
41 C::local_iterator i = c.end(0); in main()
Dlocal_iterators.pass.cpp33 typedef C::local_iterator I; in main()
267 typedef C::local_iterator I; in main()
Dlocal_iterators.fail.cpp31 typedef C::local_iterator I; in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multimap/
Ddb_local_iterators_7.pass.cpp32 C::local_iterator i = c.begin(0); in main()
42 C::local_iterator i = c.begin(0); in main()
Ddb_local_iterators_8.pass.cpp32 C::local_iterator i = c.end(0); in main()
41 C::local_iterator i = c.end(0); in main()
Dlocal_iterators.pass.cpp34 typedef C::local_iterator I; in main()
292 typedef C::local_iterator I; in main()
Dlocal_iterators.fail.cpp32 typedef C::local_iterator I; in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.map/
Ddb_local_iterators_7.pass.cpp32 C::local_iterator i = c.begin(0); in main()
42 C::local_iterator i = c.begin(0); in main()
Ddb_local_iterators_8.pass.cpp32 C::local_iterator i = c.end(0); in main()
41 C::local_iterator i = c.end(0); in main()
Dlocal_iterators.pass.cpp34 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.h63 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.h69 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.h292 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.h113 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/
Dunordered_test.cpp91 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/
Dunordered_test.cpp91 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/
Dunordered_set43 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 …]
Dunordered_map44 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_table436 … "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());