HomeSort by relevance Sort by last modified time
    Searched full:__key (Results 76 - 100 of 363) sorted by null

1 2 34 5 6 7 8 91011>>

  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_unordered_map.h 148 iterator find(const _KT& __key) { return _M_ht.find(__key); }
150 const_iterator find(const _KT& __key) const { return _M_ht.find(__key); }
153 _Tp& operator[](const _KT& __key) {
154 iterator __it = _M_ht.find(__key);
156 _M_ht._M_insert(value_type(__key, _STLP_DEFAULT_CONSTRUCTED(_Tp))).second :
161 size_type count(const _KT& __key) const { return _M_ht.count(__key); }
164 pair<iterator, iterator> equal_range(const _KT& __key)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_hash_map.h 195 iterator find(const _KT& __key) { return _M_ht.find(__key); }
197 const_iterator find(const _KT& __key) const { return _M_ht.find(__key); }
200 _Tp& operator[](const _KT& __key) {
201 iterator __it = _M_ht.find(__key);
203 _M_ht._M_insert(value_type(__key, _STLP_DEFAULT_CONSTRUCTED(_Tp))).second :
208 size_type count(const _KT& __key) const { return _M_ht.count(__key); }
211 pair<iterator, iterator> equal_range(const _KT& __key)
    [all...]
_unordered_map.h 148 iterator find(const _KT& __key) { return _M_ht.find(__key); }
150 const_iterator find(const _KT& __key) const { return _M_ht.find(__key); }
153 _Tp& operator[](const _KT& __key) {
154 iterator __it = _M_ht.find(__key);
156 _M_ht._M_insert(value_type(__key, _STLP_DEFAULT_CONSTRUCTED(_Tp))).second :
161 size_type count(const _KT& __key) const { return _M_ht.count(__key); }
164 pair<iterator, iterator> equal_range(const _KT& __key)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/backward/
hash_map 210 find(const key_type& __key)
211 { return _M_ht.find(__key); }
214 find(const key_type& __key) const
215 { return _M_ht.find(__key); }
218 operator[](const key_type& __key)
219 { return _M_ht.find_or_insert(value_type(__key, _Tp())).second; }
222 count(const key_type& __key) const
223 { return _M_ht.count(__key); }
226 equal_range(const key_type& __key)
227 { return _M_ht.equal_range(__key); }
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
hash_map 210 find(const key_type& __key)
211 { return _M_ht.find(__key); }
214 find(const key_type& __key) const
215 { return _M_ht.find(__key); }
218 operator[](const key_type& __key)
219 { return _M_ht.find_or_insert(value_type(__key, _Tp())).second; }
222 count(const key_type& __key) const
223 { return _M_ht.count(__key); }
226 equal_range(const key_type& __key)
227 { return _M_ht.equal_range(__key); }
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/backward/
hash_map 213 find(const key_type& __key)
214 { return _M_ht.find(__key); }
217 find(const key_type& __key) const
218 { return _M_ht.find(__key); }
221 operator[](const key_type& __key)
222 { return _M_ht.find_or_insert(value_type(__key, _Tp())).second; }
225 count(const key_type& __key) const
226 { return _M_ht.count(__key); }
229 equal_range(const key_type& __key)
230 { return _M_ht.equal_range(__key); }
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/
hash_map 213 find(const key_type& __key)
214 { return _M_ht.find(__key); }
217 find(const key_type& __key) const
218 { return _M_ht.find(__key); }
221 operator[](const key_type& __key)
222 { return _M_ht.find_or_insert(value_type(__key, _Tp())).second; }
225 count(const key_type& __key) const
226 { return _M_ht.count(__key); }
229 equal_range(const key_type& __key)
230 { return _M_ht.equal_range(__key); }
    [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 213 find(const key_type& __key)
214 { return _M_ht.find(__key); }
217 find(const key_type& __key) const
218 { return _M_ht.find(__key); }
221 operator[](const key_type& __key)
222 { return _M_ht.find_or_insert(value_type(__key, _Tp())).second; }
225 count(const key_type& __key) const
226 { return _M_ht.count(__key); }
229 equal_range(const key_type& __key)
230 { return _M_ht.equal_range(__key); }
    [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 213 find(const key_type& __key)
214 { return _M_ht.find(__key); }
217 find(const key_type& __key) const
218 { return _M_ht.find(__key); }
221 operator[](const key_type& __key)
222 { return _M_ht.find_or_insert(value_type(__key, _Tp())).second; }
225 count(const key_type& __key) const
226 { return _M_ht.count(__key); }
229 equal_range(const key_type& __key)
230 { return _M_ht.equal_range(__key); }
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/backward/
hash_map 210 find(const key_type& __key)
211 { return _M_ht.find(__key); }
214 find(const key_type& __key) const
215 { return _M_ht.find(__key); }
218 operator[](const key_type& __key)
219 { return _M_ht.find_or_insert(value_type(__key, _Tp())).second; }
222 count(const key_type& __key) const
223 { return _M_ht.count(__key); }
226 equal_range(const key_type& __key)
227 { return _M_ht.equal_range(__key); }
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
hash_map 210 find(const key_type& __key)
211 { return _M_ht.find(__key); }
214 find(const key_type& __key) const
215 { return _M_ht.find(__key); }
218 operator[](const key_type& __key)
219 { return _M_ht.find_or_insert(value_type(__key, _Tp())).second; }
222 count(const key_type& __key) const
223 { return _M_ht.count(__key); }
226 equal_range(const key_type& __key)
227 { return _M_ht.equal_range(__key); }
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/backward/
hash_map 210 find(const key_type& __key)
211 { return _M_ht.find(__key); }
214 find(const key_type& __key) const
215 { return _M_ht.find(__key); }
218 operator[](const key_type& __key)
219 { return _M_ht.find_or_insert(value_type(__key, _Tp())).second; }
222 count(const key_type& __key) const
223 { return _M_ht.count(__key); }
226 equal_range(const key_type& __key)
227 { return _M_ht.equal_range(__key); }
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
hash_map 210 find(const key_type& __key)
211 { return _M_ht.find(__key); }
214 find(const key_type& __key) const
215 { return _M_ht.find(__key); }
218 operator[](const key_type& __key)
219 { return _M_ht.find_or_insert(value_type(__key, _Tp())).second; }
222 count(const key_type& __key) const
223 { return _M_ht.count(__key); }
226 equal_range(const key_type& __key)
227 { return _M_ht.equal_range(__key); }
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/backward/
hash_map 210 find(const key_type& __key)
211 { return _M_ht.find(__key); }
214 find(const key_type& __key) const
215 { return _M_ht.find(__key); }
218 operator[](const key_type& __key)
219 { return _M_ht.find_or_insert(value_type(__key, _Tp())).second; }
222 count(const key_type& __key) const
223 { return _M_ht.count(__key); }
226 equal_range(const key_type& __key)
227 { return _M_ht.equal_range(__key); }
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
hash_map 210 find(const key_type& __key)
211 { return _M_ht.find(__key); }
214 find(const key_type& __key) const
215 { return _M_ht.find(__key); }
218 operator[](const key_type& __key)
219 { return _M_ht.find_or_insert(value_type(__key, _Tp())).second; }
222 count(const key_type& __key) const
223 { return _M_ht.count(__key); }
226 equal_range(const key_type& __key)
227 { return _M_ht.equal_range(__key); }
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/backward/
hash_map 210 find(const key_type& __key)
211 { return _M_ht.find(__key); }
214 find(const key_type& __key) const
215 { return _M_ht.find(__key); }
218 operator[](const key_type& __key)
219 { return _M_ht.find_or_insert(value_type(__key, _Tp())).second; }
222 count(const key_type& __key) const
223 { return _M_ht.count(__key); }
226 equal_range(const key_type& __key)
227 { return _M_ht.equal_range(__key); }
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/
hash_map 210 find(const key_type& __key)
211 { return _M_ht.find(__key); }
214 find(const key_type& __key) const
215 { return _M_ht.find(__key); }
218 operator[](const key_type& __key)
219 { return _M_ht.find_or_insert(value_type(__key, _Tp())).second; }
222 count(const key_type& __key) const
223 { return _M_ht.count(__key); }
226 equal_range(const key_type& __key)
227 { return _M_ht.equal_range(__key); }
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/backward/
hash_map 213 find(const key_type& __key)
214 { return _M_ht.find(__key); }
217 find(const key_type& __key) const
218 { return _M_ht.find(__key); }
221 operator[](const key_type& __key)
222 { return _M_ht.find_or_insert(value_type(__key, _Tp())).second; }
225 count(const key_type& __key) const
226 { return _M_ht.count(__key); }
229 equal_range(const key_type& __key)
230 { return _M_ht.equal_range(__key); }
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
hash_map 213 find(const key_type& __key)
214 { return _M_ht.find(__key); }
217 find(const key_type& __key) const
218 { return _M_ht.find(__key); }
221 operator[](const key_type& __key)
222 { return _M_ht.find_or_insert(value_type(__key, _Tp())).second; }
225 count(const key_type& __key) const
226 { return _M_ht.count(__key); }
229 equal_range(const key_type& __key)
230 { return _M_ht.equal_range(__key); }
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/backward/
hash_map 213 find(const key_type& __key)
214 { return _M_ht.find(__key); }
217 find(const key_type& __key) const
218 { return _M_ht.find(__key); }
221 operator[](const key_type& __key)
222 { return _M_ht.find_or_insert(value_type(__key, _Tp())).second; }
225 count(const key_type& __key) const
226 { return _M_ht.count(__key); }
229 equal_range(const key_type& __key)
230 { return _M_ht.equal_range(__key); }
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
hash_map 213 find(const key_type& __key)
214 { return _M_ht.find(__key); }
217 find(const key_type& __key) const
218 { return _M_ht.find(__key); }
221 operator[](const key_type& __key)
222 { return _M_ht.find_or_insert(value_type(__key, _Tp())).second; }
225 count(const key_type& __key) const
226 { return _M_ht.count(__key); }
229 equal_range(const key_type& __key)
230 { return _M_ht.equal_range(__key); }
    [all...]
  /external/stlport/stlport/stl/
_hash_set.h 197 iterator find(const _KT& __key) { return _M_ht.find(__key); }
199 const_iterator find(const _KT& __key) const { return _M_ht.find(__key); }
202 size_type count(const _KT& __key) const { return _M_ht.count(__key); }
205 pair<iterator, iterator> equal_range(const _KT& __key)
206 { return _M_ht.equal_range(__key); }
208 pair<const_iterator, const_iterator> equal_range(const _KT& __key) const
209 { return _M_ht.equal_range(__key); }
    [all...]
_hashtable.h 498 _ElemsIte _M_find(const _KT& __key) const {
499 size_type __n = _M_bkt_num_key(__key);
502 for ( ; (__first != __last) && !_M_equals(_M_get_key(*__first), __key); ++__first);
511 iterator find(const _KT& __key) { return _M_find(__key); }
513 const_iterator find(const _KT& __key) const { return _M_find(__key); }
516 size_type count(const _KT& __key) const {
517 const size_type __n = _M_bkt_num_key(__key);
522 if (_M_equals(_M_get_key(*__cur), __key)) {
    [all...]
_unordered_set.h 142 iterator find(const _KT& __key) { return _M_ht.find(__key); }
144 const_iterator find(const _KT& __key) const { return _M_ht.find(__key); }
147 size_type count(const _KT& __key) const { return _M_ht.count(__key); }
150 pair<iterator, iterator> equal_range(const _KT& __key)
151 { return _M_ht.equal_range(__key); }
153 pair<const_iterator, const_iterator> equal_range(const _KT& __key) const
154 { return _M_ht.equal_range(__key); }
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_hash_set.h 197 iterator find(const _KT& __key) { return _M_ht.find(__key); }
199 const_iterator find(const _KT& __key) const { return _M_ht.find(__key); }
202 size_type count(const _KT& __key) const { return _M_ht.count(__key); }
205 pair<iterator, iterator> equal_range(const _KT& __key)
206 { return _M_ht.equal_range(__key); }
208 pair<const_iterator, const_iterator> equal_range(const _KT& __key) const
209 { return _M_ht.equal_range(__key); }
    [all...]

Completed in 141 milliseconds

1 2 34 5 6 7 8 91011>>