/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/ |
_hash_set.h | 74 hasher hash_funct() const { return _M_ht.hash_funct(); } 75 key_equal key_eq() const { return _M_ht.key_eq(); } 76 allocator_type get_allocator() const { return _M_ht.get_allocator(); } 79 _Ht _M_ht; 84 : _M_ht(0, hasher(), key_equal(), allocator_type()) {} 86 : _M_ht(__n, hasher(), key_equal(), allocator_type()) {} 88 : _M_ht(__n, __hf, key_equal(), allocator_type()) {} 94 : _M_ht(__n, __hf, __eql, allocator_type()) {} 98 : _M_ht(__n, __hf, __eql, __a) {} 102 : _M_ht(__move_source<_Ht>(src.get()._M_ht)) { [all...] |
_unordered_map.h | 74 hasher hash_function() const { return _M_ht.hash_funct(); } 75 key_equal key_eq() const { return _M_ht.key_eq(); } 76 allocator_type get_allocator() const { return _M_ht.get_allocator(); } 79 _Ht _M_ht; 86 : _M_ht(__n, __hf, __eql, __a) {} 90 : _M_ht(__move_source<_Ht>(src.get()._M_ht)) {} 99 : _M_ht(__n, __hf, __eql, __a) 100 { _M_ht.insert_unique(__f, __l); } 106 : _M_ht(__n, __hf, __eql, __a [all...] |
_unordered_set.h | 68 hasher hash_function() const { return _M_ht.hash_funct(); } 69 key_equal key_eq() const { return _M_ht.key_eq(); } 70 allocator_type get_allocator() const { return _M_ht.get_allocator(); } 73 _Ht _M_ht; 80 : _M_ht(__n, __hf, __eql, __a) {} 84 : _M_ht(__move_source<_Ht>(src.get()._M_ht)) {} 93 : _M_ht(__n, __hf, __eql, __a) 94 { _M_ht.insert_unique(__f, __l); } 100 : _M_ht(__n, __hf, __eql, __a [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/backward/ |
hashtable.h | 124 _Hashtable* _M_ht; 127 : _M_cur(__n), _M_ht(__tab) { } 130 : _M_cur(0), _M_ht(0) { } 177 const _Hashtable* _M_ht; 180 : _M_cur(__n), _M_ht(__tab) { } 185 : _M_cur(__it._M_cur), _M_ht(__it._M_ht) { } 661 size_type __bucket = _M_ht->_M_bkt_num(__old->_M_val); 662 while (!_M_cur && ++__bucket < _M_ht->_M_buckets.size()) 663 _M_cur = _M_ht->_M_buckets[__bucket] [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/backward/ |
hashtable.h | 123 _Hashtable* _M_ht; 126 : _M_cur(__n), _M_ht(__tab) { } 175 const _Hashtable* _M_ht; 178 : _M_cur(__n), _M_ht(__tab) { } 183 : _M_cur(__it._M_cur), _M_ht(__it._M_ht) { } 659 size_type __bucket = _M_ht->_M_bkt_num(__old->_M_val); 660 while (!_M_cur && ++__bucket < _M_ht->_M_buckets.size()) 661 _M_cur = _M_ht->_M_buckets[__bucket]; 687 size_type __bucket = _M_ht->_M_bkt_num(__old->_M_val) [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/backward/ |
hashtable.h | 123 _Hashtable* _M_ht; 126 : _M_cur(__n), _M_ht(__tab) { } 175 const _Hashtable* _M_ht; 178 : _M_cur(__n), _M_ht(__tab) { } 183 : _M_cur(__it._M_cur), _M_ht(__it._M_ht) { } 659 size_type __bucket = _M_ht->_M_bkt_num(__old->_M_val); 660 while (!_M_cur && ++__bucket < _M_ht->_M_buckets.size()) 661 _M_cur = _M_ht->_M_buckets[__bucket]; 687 size_type __bucket = _M_ht->_M_bkt_num(__old->_M_val) [all...] |
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/backward/ |
hashtable.h | 122 _Hashtable* _M_ht; 125 : _M_cur(__n), _M_ht(__tab) { } 128 : _M_cur(0), _M_ht(0) { } 175 const _Hashtable* _M_ht; 178 : _M_cur(__n), _M_ht(__tab) { } 183 : _M_cur(__it._M_cur), _M_ht(__it._M_ht) { } 641 size_type __bucket = _M_ht->_M_bkt_num(__old->_M_val); 642 while (!_M_cur && ++__bucket < _M_ht->_M_buckets.size()) 643 _M_cur = _M_ht->_M_buckets[__bucket] [all...] |
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/backward/ |
hashtable.h | 122 _Hashtable* _M_ht; 125 : _M_cur(__n), _M_ht(__tab) { } 128 : _M_cur(0), _M_ht(0) { } 175 const _Hashtable* _M_ht; 178 : _M_cur(__n), _M_ht(__tab) { } 183 : _M_cur(__it._M_cur), _M_ht(__it._M_ht) { } 641 size_type __bucket = _M_ht->_M_bkt_num(__old->_M_val); 642 while (!_M_cur && ++__bucket < _M_ht->_M_buckets.size()) 643 _M_cur = _M_ht->_M_buckets[__bucket] [all...] |
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/backward/ |
hashtable.h | 122 _Hashtable* _M_ht; 125 : _M_cur(__n), _M_ht(__tab) { } 128 : _M_cur(0), _M_ht(0) { } 175 const _Hashtable* _M_ht; 178 : _M_cur(__n), _M_ht(__tab) { } 183 : _M_cur(__it._M_cur), _M_ht(__it._M_ht) { } 641 size_type __bucket = _M_ht->_M_bkt_num(__old->_M_val); 642 while (!_M_cur && ++__bucket < _M_ht->_M_buckets.size()) 643 _M_cur = _M_ht->_M_buckets[__bucket] [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/backward/ |
hashtable.h | 122 _Hashtable* _M_ht; 125 : _M_cur(__n), _M_ht(__tab) { } 128 : _M_cur(0), _M_ht(0) { } 175 const _Hashtable* _M_ht; 178 : _M_cur(__n), _M_ht(__tab) { } 183 : _M_cur(__it._M_cur), _M_ht(__it._M_ht) { } 641 size_type __bucket = _M_ht->_M_bkt_num(__old->_M_val); 642 while (!_M_cur && ++__bucket < _M_ht->_M_buckets.size()) 643 _M_cur = _M_ht->_M_buckets[__bucket] [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/backward/ |
hashtable.h | 124 _Hashtable* _M_ht; 127 : _M_cur(__n), _M_ht(__tab) { } 130 : _M_cur(0), _M_ht(0) { } 177 const _Hashtable* _M_ht; 180 : _M_cur(__n), _M_ht(__tab) { } 185 : _M_cur(__it._M_cur), _M_ht(__it._M_ht) { } 661 size_type __bucket = _M_ht->_M_bkt_num(__old->_M_val); 662 while (!_M_cur && ++__bucket < _M_ht->_M_buckets.size()) 663 _M_cur = _M_ht->_M_buckets[__bucket] [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/backward/ |
hashtable.h | 124 _Hashtable* _M_ht; 127 : _M_cur(__n), _M_ht(__tab) { } 176 const _Hashtable* _M_ht; 179 : _M_cur(__n), _M_ht(__tab) { } 184 : _M_cur(__it._M_cur), _M_ht(__it._M_ht) { } 660 size_type __bucket = _M_ht->_M_bkt_num(__old->_M_val); 661 while (!_M_cur && ++__bucket < _M_ht->_M_buckets.size()) 662 _M_cur = _M_ht->_M_buckets[__bucket]; 688 size_type __bucket = _M_ht->_M_bkt_num(__old->_M_val) [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/backward/ |
hashtable.h | 124 _Hashtable* _M_ht; 127 : _M_cur(__n), _M_ht(__tab) { } 130 : _M_cur(0), _M_ht(0) { } 177 const _Hashtable* _M_ht; 180 : _M_cur(__n), _M_ht(__tab) { } 185 : _M_cur(__it._M_cur), _M_ht(__it._M_ht) { } 661 size_type __bucket = _M_ht->_M_bkt_num(__old->_M_val); 662 while (!_M_cur && ++__bucket < _M_ht->_M_buckets.size()) 663 _M_cur = _M_ht->_M_buckets[__bucket] [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/backward/ |
hashtable.h | 124 _Hashtable* _M_ht; 127 : _M_cur(__n), _M_ht(__tab) { } 176 const _Hashtable* _M_ht; 179 : _M_cur(__n), _M_ht(__tab) { } 184 : _M_cur(__it._M_cur), _M_ht(__it._M_ht) { } 660 size_type __bucket = _M_ht->_M_bkt_num(__old->_M_val); 661 while (!_M_cur && ++__bucket < _M_ht->_M_buckets.size()) 662 _M_cur = _M_ht->_M_buckets[__bucket]; 688 size_type __bucket = _M_ht->_M_bkt_num(__old->_M_val) [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/backward/ |
hashtable.h | 123 _Hashtable* _M_ht; 126 : _M_cur(__n), _M_ht(__tab) { } 175 const _Hashtable* _M_ht; 178 : _M_cur(__n), _M_ht(__tab) { } 183 : _M_cur(__it._M_cur), _M_ht(__it._M_ht) { } 659 size_type __bucket = _M_ht->_M_bkt_num(__old->_M_val); 660 while (!_M_cur && ++__bucket < _M_ht->_M_buckets.size()) 661 _M_cur = _M_ht->_M_buckets[__bucket]; 687 size_type __bucket = _M_ht->_M_bkt_num(__old->_M_val) [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/backward/ |
hashtable.h | 123 _Hashtable* _M_ht; 126 : _M_cur(__n), _M_ht(__tab) { } 129 : _M_cur(0), _M_ht(0) { } 176 const _Hashtable* _M_ht; 179 : _M_cur(__n), _M_ht(__tab) { } 184 : _M_cur(__it._M_cur), _M_ht(__it._M_ht) { } 660 size_type __bucket = _M_ht->_M_bkt_num(__old->_M_val); 661 while (!_M_cur && ++__bucket < _M_ht->_M_buckets.size()) 662 _M_cur = _M_ht->_M_buckets[__bucket] [all...] |