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

1 2

  /ndk/sources/cxx-stl/stlport/stlport/stl/
_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...]
_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/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_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...]
_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/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_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...]
_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/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_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...]
_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/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_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...]
_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/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_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...]
_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.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...]

Completed in 1226 milliseconds

1 2