/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _hash_set.h | 87 hash_set(size_type __n, const hasher& __hf) in _STLP_CREATE_HASH_ITERATOR_TRAITS() 88 : _M_ht(__n, __hf, key_equal(), allocator_type()) {} in _STLP_CREATE_HASH_ITERATOR_TRAITS() 90 hash_set(size_type __n, const hasher& __hf, const key_equal& __eql, in _STLP_CREATE_HASH_ITERATOR_TRAITS() 93 hash_set(size_type __n, const hasher& __hf, const key_equal& __eql) in _STLP_CREATE_HASH_ITERATOR_TRAITS() 94 : _M_ht(__n, __hf, __eql, allocator_type()) {} in _STLP_CREATE_HASH_ITERATOR_TRAITS() 95 hash_set(size_type __n, const hasher& __hf, const key_equal& __eql, in _STLP_CREATE_HASH_ITERATOR_TRAITS() 98 : _M_ht(__n, __hf, __eql, __a) {} in _STLP_CREATE_HASH_ITERATOR_TRAITS() 116 const hasher& __hf) in _STLP_CREATE_HASH_ITERATOR_TRAITS() 117 : _M_ht(__n, __hf, key_equal(), allocator_type()) in _STLP_CREATE_HASH_ITERATOR_TRAITS() 121 const hasher& __hf, const key_equal& __eql, in _STLP_CREATE_HASH_ITERATOR_TRAITS() [all …]
|
D | _hash_map.h | 91 hash_map(size_type __n, const hasher& __hf) in _STLP_CREATE_HASH_ITERATOR_TRAITS() 92 : _M_ht(__n, __hf, key_equal(), allocator_type()) {} in _STLP_CREATE_HASH_ITERATOR_TRAITS() 93 hash_map(size_type __n, const hasher& __hf, const key_equal& __eql, in _STLP_CREATE_HASH_ITERATOR_TRAITS() 95 : _M_ht(__n, __hf, __eql, __a) {} in _STLP_CREATE_HASH_ITERATOR_TRAITS() 114 const hasher& __hf) in _STLP_CREATE_HASH_ITERATOR_TRAITS() 115 : _M_ht(__n, __hf, key_equal(), allocator_type()) in _STLP_CREATE_HASH_ITERATOR_TRAITS() 120 const hasher& __hf, const key_equal& __eql) in _STLP_CREATE_HASH_ITERATOR_TRAITS() 121 : _M_ht(__n, __hf, __eql, allocator_type()) in _STLP_CREATE_HASH_ITERATOR_TRAITS() 126 const hasher& __hf, const key_equal& __eql, in _STLP_CREATE_HASH_ITERATOR_TRAITS() 128 : _M_ht(__n, __hf, __eql, __a) in _STLP_CREATE_HASH_ITERATOR_TRAITS() [all …]
|
D | _unordered_set.h | 77 explicit unordered_set(size_type __n = 0, const hasher& __hf = hasher(), in _STLP_CREATE_HASH_ITERATOR_TRAITS() 80 : _M_ht(__n, __hf, __eql, __a) {} in _STLP_CREATE_HASH_ITERATOR_TRAITS() 90 size_type __n = 0, const hasher& __hf = hasher(), in _STLP_CREATE_HASH_ITERATOR_TRAITS() 93 : _M_ht(__n, __hf, __eql, __a) in _STLP_CREATE_HASH_ITERATOR_TRAITS() 97 size_type __n = 0, const hasher& __hf = hasher(), in _STLP_CREATE_HASH_ITERATOR_TRAITS() 100 : _M_ht(__n, __hf, __eql, __a) in _STLP_CREATE_HASH_ITERATOR_TRAITS() 104 size_type __n = 0, const hasher& __hf = hasher(), in _STLP_CREATE_HASH_ITERATOR_TRAITS() 107 : _M_ht(__n, __hf, __eql, __a) in _STLP_CREATE_HASH_ITERATOR_TRAITS() 227 explicit unordered_multiset(size_type __n = 0, const hasher& __hf = hasher(), in _STLP_CREATE_HASH_ITERATOR_TRAITS() 230 : _M_ht(__n, __hf, __eql, __a) {} in _STLP_CREATE_HASH_ITERATOR_TRAITS() [all …]
|
D | _unordered_map.h | 83 explicit unordered_map(size_type __n = 0, const hasher& __hf = hasher(), in _STLP_CREATE_HASH_ITERATOR_TRAITS() 86 : _M_ht(__n, __hf, __eql, __a) {} in _STLP_CREATE_HASH_ITERATOR_TRAITS() 96 size_type __n = 0, const hasher& __hf = hasher(), in _STLP_CREATE_HASH_ITERATOR_TRAITS() 99 : _M_ht(__n, __hf, __eql, __a) in _STLP_CREATE_HASH_ITERATOR_TRAITS() 103 size_type __n = 0, const hasher& __hf = hasher(), in _STLP_CREATE_HASH_ITERATOR_TRAITS() 106 : _M_ht(__n, __hf, __eql, __a) in _STLP_CREATE_HASH_ITERATOR_TRAITS() 110 size_type __n = 0, const hasher& __hf = hasher(), in _STLP_CREATE_HASH_ITERATOR_TRAITS() 113 : _M_ht(__n, __hf, __eql, __a) in _STLP_CREATE_HASH_ITERATOR_TRAITS() 251 explicit unordered_multimap(size_type __n = 0, const hasher& __hf = hasher(), in _STLP_CREATE_HASH_ITERATOR_TRAITS() 254 : _M_ht(__n, __hf, __eql, __a) {} in _STLP_CREATE_HASH_ITERATOR_TRAITS() [all …]
|
D | _hashtable.h | 304 const _HF& __hf, 309 const _HF& __hf, 311 : _M_hash(__hf), 320 const _HF& __hf, 324 : _M_hash(__hf),
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ext/ |
D | hash_set | 243 explicit hash_set(size_type __n, const hasher& __hf = hasher(), 245 hash_set(size_type __n, const hasher& __hf, const key_equal& __eql, 251 size_type __n, const hasher& __hf = hasher(), 255 size_type __n, const hasher& __hf, const key_equal& __eql, 332 const hasher& __hf, const key_equal& __eql) 333 : __table_(__hf, __eql) 340 const hasher& __hf, const key_equal& __eql, const allocator_type& __a) 341 : __table_(__hf, __eql, __a) 359 const hasher& __hf, const key_equal& __eql) 360 : __table_(__hf, __eql) [all …]
|
D | hash_map | 527 explicit hash_map(size_type __n, const hasher& __hf = hasher(), 529 hash_map(size_type __n, const hasher& __hf, 536 size_type __n, const hasher& __hf = hasher(), 540 size_type __n, const hasher& __hf, 626 size_type __n, const hasher& __hf, const key_equal& __eql) 627 : __table_(__hf, __eql) 634 size_type __n, const hasher& __hf, const key_equal& __eql, 636 : __table_(__hf, __eql, __a) 654 const hasher& __hf, const key_equal& __eql) 655 : __table_(__hf, __eql) [all …]
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | unordered_set | 374 explicit unordered_set(size_type __n, const hasher& __hf = hasher(), 381 unordered_set(size_type __n, const hasher& __hf, const allocator_type& __a) 382 : unordered_set(__n, __hf, key_equal(), __a) {} 384 unordered_set(size_type __n, const hasher& __hf, const key_equal& __eql, 390 size_type __n, const hasher& __hf = hasher(), 394 size_type __n, const hasher& __hf, const key_equal& __eql, 404 size_type __n, const hasher& __hf, const allocator_type& __a) 405 : unordered_set(__first, __last, __n, __hf, key_equal(), __a) {} 418 const hasher& __hf = hasher(), 421 const hasher& __hf, const key_equal& __eql, [all …]
|
D | unordered_map | 771 explicit unordered_map(size_type __n, const hasher& __hf = hasher(), 773 unordered_map(size_type __n, const hasher& __hf, 780 size_type __n, const hasher& __hf = hasher(), 784 size_type __n, const hasher& __hf, 798 const hasher& __hf = hasher(), const key_equal& __eql = key_equal()); 800 const hasher& __hf, const key_equal& __eql, 808 unordered_map(size_type __n, const hasher& __hf, const allocator_type& __a) 809 : unordered_map(__n, __hf, key_equal(), __a) {} 816 … unordered_map(_InputIterator __first, _InputIterator __last, size_type __n, const hasher& __hf, 818 : unordered_map(__first, __last, __n, __hf, key_equal(), __a) {} [all …]
|
D | __hash_table | 863 __hash_table(const hasher& __hf, const key_equal& __eql); 864 __hash_table(const hasher& __hf, const key_equal& __eql, 1182 __hash_table<_Tp, _Hash, _Equal, _Alloc>::__hash_table(const hasher& __hf, 1186 __p2_(0, __hf), 1192 __hash_table<_Tp, _Hash, _Equal, _Alloc>::__hash_table(const hasher& __hf, 1197 __p2_(0, __hf),
|
/ndk/sources/cxx-stl/stlport/stlport/stl/debug/ |
D | _hashtable.h | 135 const _HF& __hf, 139 : _M_non_dbg_impl(__n, __hf, __eql, __ext, __a), in _M_non_dbg_impl() argument 143 const _HF& __hf, 146 : _M_non_dbg_impl(__n, __hf, __eql, __a), in _M_non_dbg_impl() argument
|