HomeSort by relevance Sort by last modified time
    Searched refs:_M_ht (Results 1 - 25 of 33) sorted by null

1 2

  /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...]
_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/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...]
_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/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/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...]

Completed in 334 milliseconds

1 2