/external/stlport/stlport/stl/ |
_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...] |
_hash_map.h | 80 hasher hash_funct() const { return _M_ht.hash_funct(); } 81 key_equal key_eq() const { return _M_ht.key_eq(); } 82 allocator_type get_allocator() const { return _M_ht.get_allocator(); } 85 _Ht _M_ht; 88 hash_map() : _M_ht(0, hasher(), key_equal(), allocator_type()) {} 90 : _M_ht(__n, hasher(), key_equal(), allocator_type()) {} 92 : _M_ht(__n, __hf, key_equal(), allocator_type()) {} 95 : _M_ht(__n, __hf, __eql, __a) {} 99 : _M_ht(__move_source<_Ht>(src.get()._M_ht)) { [all...] |
_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...] |
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_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...] |
_hash_map.h | 80 hasher hash_funct() const { return _M_ht.hash_funct(); } 81 key_equal key_eq() const { return _M_ht.key_eq(); } 82 allocator_type get_allocator() const { return _M_ht.get_allocator(); } 85 _Ht _M_ht; 88 hash_map() : _M_ht(0, hasher(), key_equal(), allocator_type()) {} 90 : _M_ht(__n, hasher(), key_equal(), allocator_type()) {} 92 : _M_ht(__n, __hf, key_equal(), allocator_type()) {} 95 : _M_ht(__n, __hf, __eql, __a) {} 99 : _M_ht(__move_source<_Ht>(src.get()._M_ht)) { [all...] |
_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...] |
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/ |
_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...] |
_hash_map.h | 80 hasher hash_funct() const { return _M_ht.hash_funct(); } 81 key_equal key_eq() const { return _M_ht.key_eq(); } 82 allocator_type get_allocator() const { return _M_ht.get_allocator(); } 85 _Ht _M_ht; 88 hash_map() : _M_ht(0, hasher(), key_equal(), allocator_type()) {} 90 : _M_ht(__n, hasher(), key_equal(), allocator_type()) {} 92 : _M_ht(__n, __hf, key_equal(), allocator_type()) {} 95 : _M_ht(__n, __hf, __eql, __a) {} 99 : _M_ht(__move_source<_Ht>(src.get()._M_ht)) { [all...] |
_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...] |
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/ |
_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...] |
_hash_map.h | 80 hasher hash_funct() const { return _M_ht.hash_funct(); } 81 key_equal key_eq() const { return _M_ht.key_eq(); } 82 allocator_type get_allocator() const { return _M_ht.get_allocator(); } 85 _Ht _M_ht; 88 hash_map() : _M_ht(0, hasher(), key_equal(), allocator_type()) {} 90 : _M_ht(__n, hasher(), key_equal(), allocator_type()) {} 92 : _M_ht(__n, __hf, key_equal(), allocator_type()) {} 95 : _M_ht(__n, __hf, __eql, __a) {} 99 : _M_ht(__move_source<_Ht>(src.get()._M_ht)) { [all...] |
_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...] |
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
_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...] |
_hash_map.h | 80 hasher hash_funct() const { return _M_ht.hash_funct(); } 81 key_equal key_eq() const { return _M_ht.key_eq(); } 82 allocator_type get_allocator() const { return _M_ht.get_allocator(); } 85 _Ht _M_ht; 88 hash_map() : _M_ht(0, hasher(), key_equal(), allocator_type()) {} 90 : _M_ht(__n, hasher(), key_equal(), allocator_type()) {} 92 : _M_ht(__n, __hf, key_equal(), allocator_type()) {} 95 : _M_ht(__n, __hf, __eql, __a) {} 99 : _M_ht(__move_source<_Ht>(src.get()._M_ht)) { [all...] |
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
_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...] |
_hash_map.h | 80 hasher hash_funct() const { return _M_ht.hash_funct(); } 81 key_equal key_eq() const { return _M_ht.key_eq(); } 82 allocator_type get_allocator() const { return _M_ht.get_allocator(); } 85 _Ht _M_ht; 88 hash_map() : _M_ht(0, hasher(), key_equal(), allocator_type()) {} 90 : _M_ht(__n, hasher(), key_equal(), allocator_type()) {} 92 : _M_ht(__n, __hf, key_equal(), allocator_type()) {} 95 : _M_ht(__n, __hf, __eql, __a) {} 99 : _M_ht(__move_source<_Ht>(src.get()._M_ht)) { [all...] |
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/ |
_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...] |
_hash_map.h | 80 hasher hash_funct() const { return _M_ht.hash_funct(); } 81 key_equal key_eq() const { return _M_ht.key_eq(); } 82 allocator_type get_allocator() const { return _M_ht.get_allocator(); } 85 _Ht _M_ht; 88 hash_map() : _M_ht(0, hasher(), key_equal(), allocator_type()) {} 90 : _M_ht(__n, hasher(), key_equal(), allocator_type()) {} 92 : _M_ht(__n, __hf, key_equal(), allocator_type()) {} 95 : _M_ht(__n, __hf, __eql, __a) {} 99 : _M_ht(__move_source<_Ht>(src.get()._M_ht)) { [all...] |