HomeSort by relevance Sort by last modified time
    Searched full:key_equal (Results 51 - 75 of 345) sorted by null

1 23 4 5 6 7 8 91011>>

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
unordered_set 32 typedef Pred key_equal;
49 is_nothrow_default_constructible<key_equal>::value &&
52 const key_equal& eql = key_equal(),
57 const key_equal& eql = key_equal(),
65 is_nothrow_move_constructible<key_equal>::value &&
69 const hasher& hf = hasher(), const key_equal& eql = key_equal(),
78 is_nothrow_move_assignable<key_equal>::value)
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ext/
hash_set 30 typedef Pred key_equal;
43 const key_equal& eql = key_equal(),
48 const key_equal& eql = key_equal(),
77 key_equal key_eq() const;
116 typedef Pred key_equal;
129 const key_equal& eql = key_equal(),
134 const key_equal& eql = key_equal()
    [all...]
  /external/stlport/stlport/stl/
_unordered_map.h 58 typedef typename _Ht::key_equal key_equal; typedef in class:unordered_map
75 key_equal key_eq() const { return _M_ht.key_eq(); }
84 const key_equal& __eql = key_equal(),
97 const key_equal& __eql = key_equal(),
104 const key_equal& __eql = key_equal(),
111 const key_equal& __eql = key_equal()
226 typedef typename _Ht::key_equal key_equal; typedef in class:unordered_multimap
    [all...]
_unordered_set.h 52 typedef typename _Ht::key_equal key_equal; typedef in class:unordered_set
69 key_equal key_eq() const { return _M_ht.key_eq(); }
78 const key_equal& __eql = key_equal(),
91 const key_equal& __eql = key_equal(),
98 const key_equal& __eql = key_equal(),
105 const key_equal& __eql = key_equal()
202 typedef typename _Ht::key_equal key_equal; typedef in class:unordered_multiset
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_unordered_map.h 58 typedef typename _Ht::key_equal key_equal; typedef in class:unordered_map
75 key_equal key_eq() const { return _M_ht.key_eq(); }
84 const key_equal& __eql = key_equal(),
97 const key_equal& __eql = key_equal(),
104 const key_equal& __eql = key_equal(),
111 const key_equal& __eql = key_equal()
226 typedef typename _Ht::key_equal key_equal; typedef in class:unordered_multimap
    [all...]
_unordered_set.h 52 typedef typename _Ht::key_equal key_equal; typedef in class:unordered_set
69 key_equal key_eq() const { return _M_ht.key_eq(); }
78 const key_equal& __eql = key_equal(),
91 const key_equal& __eql = key_equal(),
98 const key_equal& __eql = key_equal(),
105 const key_equal& __eql = key_equal()
202 typedef typename _Ht::key_equal key_equal; typedef in class:unordered_multiset
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/backward/
hash_map 96 typedef typename _Ht::key_equal key_equal;
114 key_equal
123 : _M_ht(100, hasher(), key_equal(), allocator_type()) {}
127 : _M_ht(__n, hasher(), key_equal(), allocator_type()) {}
130 : _M_ht(__n, __hf, key_equal(), allocator_type()) {}
132 hash_map(size_type __n, const hasher& __hf, const key_equal& __eql,
138 : _M_ht(100, hasher(), key_equal(), allocator_type())
143 : _M_ht(__n, hasher(), key_equal(), allocator_type())
149 : _M_ht(__n, __hf, key_equal(), allocator_type()
    [all...]
hash_set 98 typedef typename _Ht::key_equal key_equal;
116 key_equal
125 : _M_ht(100, hasher(), key_equal(), allocator_type()) {}
129 : _M_ht(__n, hasher(), key_equal(), allocator_type()) {}
132 : _M_ht(__n, __hf, key_equal(), allocator_type()) {}
134 hash_set(size_type __n, const hasher& __hf, const key_equal& __eql,
140 : _M_ht(100, hasher(), key_equal(), allocator_type())
145 : _M_ht(__n, hasher(), key_equal(), allocator_type())
151 : _M_ht(__n, __hf, key_equal(), allocator_type()
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
hash_map 96 typedef typename _Ht::key_equal key_equal;
114 key_equal
123 : _M_ht(100, hasher(), key_equal(), allocator_type()) {}
127 : _M_ht(__n, hasher(), key_equal(), allocator_type()) {}
130 : _M_ht(__n, __hf, key_equal(), allocator_type()) {}
132 hash_map(size_type __n, const hasher& __hf, const key_equal& __eql,
138 : _M_ht(100, hasher(), key_equal(), allocator_type())
143 : _M_ht(__n, hasher(), key_equal(), allocator_type())
149 : _M_ht(__n, __hf, key_equal(), allocator_type()
    [all...]
hash_set 98 typedef typename _Ht::key_equal key_equal;
116 key_equal
125 : _M_ht(100, hasher(), key_equal(), allocator_type()) {}
129 : _M_ht(__n, hasher(), key_equal(), allocator_type()) {}
132 : _M_ht(__n, __hf, key_equal(), allocator_type()) {}
134 hash_set(size_type __n, const hasher& __hf, const key_equal& __eql,
140 : _M_ht(100, hasher(), key_equal(), allocator_type())
145 : _M_ht(__n, hasher(), key_equal(), allocator_type())
151 : _M_ht(__n, __hf, key_equal(), allocator_type()
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/backward/
hash_map 99 typedef typename _Ht::key_equal key_equal;
117 key_equal
126 : _M_ht(100, hasher(), key_equal(), allocator_type()) {}
130 : _M_ht(__n, hasher(), key_equal(), allocator_type()) {}
133 : _M_ht(__n, __hf, key_equal(), allocator_type()) {}
135 hash_map(size_type __n, const hasher& __hf, const key_equal& __eql,
141 : _M_ht(100, hasher(), key_equal(), allocator_type())
146 : _M_ht(__n, hasher(), key_equal(), allocator_type())
152 : _M_ht(__n, __hf, key_equal(), allocator_type()
    [all...]
hash_set 101 typedef typename _Ht::key_equal key_equal;
119 key_equal
128 : _M_ht(100, hasher(), key_equal(), allocator_type()) {}
132 : _M_ht(__n, hasher(), key_equal(), allocator_type()) {}
135 : _M_ht(__n, __hf, key_equal(), allocator_type()) {}
137 hash_set(size_type __n, const hasher& __hf, const key_equal& __eql,
143 : _M_ht(100, hasher(), key_equal(), allocator_type())
148 : _M_ht(__n, hasher(), key_equal(), allocator_type())
154 : _M_ht(__n, __hf, key_equal(), allocator_type()
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/
hash_map 99 typedef typename _Ht::key_equal key_equal;
117 key_equal
126 : _M_ht(100, hasher(), key_equal(), allocator_type()) {}
130 : _M_ht(__n, hasher(), key_equal(), allocator_type()) {}
133 : _M_ht(__n, __hf, key_equal(), allocator_type()) {}
135 hash_map(size_type __n, const hasher& __hf, const key_equal& __eql,
141 : _M_ht(100, hasher(), key_equal(), allocator_type())
146 : _M_ht(__n, hasher(), key_equal(), allocator_type())
152 : _M_ht(__n, __hf, key_equal(), allocator_type()
    [all...]
hash_set 101 typedef typename _Ht::key_equal key_equal;
119 key_equal
128 : _M_ht(100, hasher(), key_equal(), allocator_type()) {}
132 : _M_ht(__n, hasher(), key_equal(), allocator_type()) {}
135 : _M_ht(__n, __hf, key_equal(), allocator_type()) {}
137 hash_set(size_type __n, const hasher& __hf, const key_equal& __eql,
143 : _M_ht(100, hasher(), key_equal(), allocator_type())
148 : _M_ht(__n, hasher(), key_equal(), allocator_type())
154 : _M_ht(__n, __hf, key_equal(), allocator_type()
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/backward/
hash_map 99 typedef typename _Ht::key_equal key_equal;
117 key_equal
126 : _M_ht(100, hasher(), key_equal(), allocator_type()) {}
130 : _M_ht(__n, hasher(), key_equal(), allocator_type()) {}
133 : _M_ht(__n, __hf, key_equal(), allocator_type()) {}
135 hash_map(size_type __n, const hasher& __hf, const key_equal& __eql,
141 : _M_ht(100, hasher(), key_equal(), allocator_type())
146 : _M_ht(__n, hasher(), key_equal(), allocator_type())
152 : _M_ht(__n, __hf, key_equal(), allocator_type()
    [all...]
hash_set 101 typedef typename _Ht::key_equal key_equal;
119 key_equal
128 : _M_ht(100, hasher(), key_equal(), allocator_type()) {}
132 : _M_ht(__n, hasher(), key_equal(), allocator_type()) {}
135 : _M_ht(__n, __hf, key_equal(), allocator_type()) {}
137 hash_set(size_type __n, const hasher& __hf, const key_equal& __eql,
143 : _M_ht(100, hasher(), key_equal(), allocator_type())
148 : _M_ht(__n, hasher(), key_equal(), allocator_type())
154 : _M_ht(__n, __hf, key_equal(), allocator_type()
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/
hash_map 99 typedef typename _Ht::key_equal key_equal;
117 key_equal
126 : _M_ht(100, hasher(), key_equal(), allocator_type()) {}
130 : _M_ht(__n, hasher(), key_equal(), allocator_type()) {}
133 : _M_ht(__n, __hf, key_equal(), allocator_type()) {}
135 hash_map(size_type __n, const hasher& __hf, const key_equal& __eql,
141 : _M_ht(100, hasher(), key_equal(), allocator_type())
146 : _M_ht(__n, hasher(), key_equal(), allocator_type())
152 : _M_ht(__n, __hf, key_equal(), allocator_type()
    [all...]
hash_set 101 typedef typename _Ht::key_equal key_equal;
119 key_equal
128 : _M_ht(100, hasher(), key_equal(), allocator_type()) {}
132 : _M_ht(__n, hasher(), key_equal(), allocator_type()) {}
135 : _M_ht(__n, __hf, key_equal(), allocator_type()) {}
137 hash_set(size_type __n, const hasher& __hf, const key_equal& __eql,
143 : _M_ht(100, hasher(), key_equal(), allocator_type())
148 : _M_ht(__n, hasher(), key_equal(), allocator_type())
154 : _M_ht(__n, __hf, key_equal(), allocator_type()
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/backward/
hash_map 96 typedef typename _Ht::key_equal key_equal;
114 key_equal
123 : _M_ht(100, hasher(), key_equal(), allocator_type()) {}
127 : _M_ht(__n, hasher(), key_equal(), allocator_type()) {}
130 : _M_ht(__n, __hf, key_equal(), allocator_type()) {}
132 hash_map(size_type __n, const hasher& __hf, const key_equal& __eql,
138 : _M_ht(100, hasher(), key_equal(), allocator_type())
143 : _M_ht(__n, hasher(), key_equal(), allocator_type())
149 : _M_ht(__n, __hf, key_equal(), allocator_type()
    [all...]
hash_set 98 typedef typename _Ht::key_equal key_equal;
116 key_equal
125 : _M_ht(100, hasher(), key_equal(), allocator_type()) {}
129 : _M_ht(__n, hasher(), key_equal(), allocator_type()) {}
132 : _M_ht(__n, __hf, key_equal(), allocator_type()) {}
134 hash_set(size_type __n, const hasher& __hf, const key_equal& __eql,
140 : _M_ht(100, hasher(), key_equal(), allocator_type())
145 : _M_ht(__n, hasher(), key_equal(), allocator_type())
151 : _M_ht(__n, __hf, key_equal(), allocator_type()
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
hash_map 96 typedef typename _Ht::key_equal key_equal;
114 key_equal
123 : _M_ht(100, hasher(), key_equal(), allocator_type()) {}
127 : _M_ht(__n, hasher(), key_equal(), allocator_type()) {}
130 : _M_ht(__n, __hf, key_equal(), allocator_type()) {}
132 hash_map(size_type __n, const hasher& __hf, const key_equal& __eql,
138 : _M_ht(100, hasher(), key_equal(), allocator_type())
143 : _M_ht(__n, hasher(), key_equal(), allocator_type())
149 : _M_ht(__n, __hf, key_equal(), allocator_type()
    [all...]
hash_set 98 typedef typename _Ht::key_equal key_equal;
116 key_equal
125 : _M_ht(100, hasher(), key_equal(), allocator_type()) {}
129 : _M_ht(__n, hasher(), key_equal(), allocator_type()) {}
132 : _M_ht(__n, __hf, key_equal(), allocator_type()) {}
134 hash_set(size_type __n, const hasher& __hf, const key_equal& __eql,
140 : _M_ht(100, hasher(), key_equal(), allocator_type())
145 : _M_ht(__n, hasher(), key_equal(), allocator_type())
151 : _M_ht(__n, __hf, key_equal(), allocator_type()
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_unordered_map.h 58 typedef typename _Ht::key_equal key_equal; typedef in class:unordered_map
75 key_equal key_eq() const { return _M_ht.key_eq(); }
84 const key_equal& __eql = key_equal(),
97 const key_equal& __eql = key_equal(),
104 const key_equal& __eql = key_equal(),
111 const key_equal& __eql = key_equal()
226 typedef typename _Ht::key_equal key_equal; typedef in class:unordered_multimap
    [all...]
_unordered_set.h 52 typedef typename _Ht::key_equal key_equal; typedef in class:unordered_set
69 key_equal key_eq() const { return _M_ht.key_eq(); }
78 const key_equal& __eql = key_equal(),
91 const key_equal& __eql = key_equal(),
98 const key_equal& __eql = key_equal(),
105 const key_equal& __eql = key_equal()
202 typedef typename _Ht::key_equal key_equal; typedef in class:unordered_multiset
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/backward/
hash_map 96 typedef typename _Ht::key_equal key_equal;
114 key_equal
123 : _M_ht(100, hasher(), key_equal(), allocator_type()) {}
127 : _M_ht(__n, hasher(), key_equal(), allocator_type()) {}
130 : _M_ht(__n, __hf, key_equal(), allocator_type()) {}
132 hash_map(size_type __n, const hasher& __hf, const key_equal& __eql,
138 : _M_ht(100, hasher(), key_equal(), allocator_type())
143 : _M_ht(__n, hasher(), key_equal(), allocator_type())
149 : _M_ht(__n, __hf, key_equal(), allocator_type()
    [all...]

Completed in 510 milliseconds

1 23 4 5 6 7 8 91011>>