HomeSort by relevance Sort by last modified time
    Searched refs:_M_buckets (Results 1 - 20 of 20) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/backward/
hashtable.h 318 _Vector_type _M_buckets;
341 _M_get_key(__ext), _M_buckets(__a), _M_num_elements(0)
348 _M_get_key(_ExtractKey()), _M_buckets(__a), _M_num_elements(0)
354 _M_buckets(__ht.get_allocator()), _M_num_elements(0)
392 _M_buckets.swap(__ht._M_buckets);
399 for (size_type __n = 0; __n < _M_buckets.size(); ++__n)
400 if (_M_buckets[__n])
401 return iterator(_M_buckets[__n], this);
412 for (size_type __n = 0; __n < _M_buckets.size(); ++__n
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/backward/
hashtable.h 318 _Vector_type _M_buckets;
341 _M_get_key(__ext), _M_buckets(__a), _M_num_elements(0)
348 _M_get_key(_ExtractKey()), _M_buckets(__a), _M_num_elements(0)
354 _M_buckets(__ht.get_allocator()), _M_num_elements(0)
392 _M_buckets.swap(__ht._M_buckets);
399 for (size_type __n = 0; __n < _M_buckets.size(); ++__n)
400 if (_M_buckets[__n])
401 return iterator(_M_buckets[__n], this);
412 for (size_type __n = 0; __n < _M_buckets.size(); ++__n
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/backward/
hashtable.h 318 _Vector_type _M_buckets;
341 _M_get_key(__ext), _M_buckets(__a), _M_num_elements(0)
348 _M_get_key(_ExtractKey()), _M_buckets(__a), _M_num_elements(0)
354 _M_buckets(__ht.get_allocator()), _M_num_elements(0)
392 _M_buckets.swap(__ht._M_buckets);
399 for (size_type __n = 0; __n < _M_buckets.size(); ++__n)
400 if (_M_buckets[__n])
401 return iterator(_M_buckets[__n], this);
412 for (size_type __n = 0; __n < _M_buckets.size(); ++__n
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/backward/
hashtable.h 319 _Vector_type _M_buckets;
342 _M_get_key(__ext), _M_buckets(__a), _M_num_elements(0)
349 _M_get_key(_ExtractKey()), _M_buckets(__a), _M_num_elements(0)
355 _M_buckets(__ht.get_allocator()), _M_num_elements(0)
393 _M_buckets.swap(__ht._M_buckets);
400 for (size_type __n = 0; __n < _M_buckets.size(); ++__n)
401 if (_M_buckets[__n])
402 return iterator(_M_buckets[__n], this);
413 for (size_type __n = 0; __n < _M_buckets.size(); ++__n
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_hashtable.c 135 return __ht1._M_buckets == __ht2._M_buckets &&
149 return _S_before_begin(_M_elems, _M_buckets, __n);
189 fill(_M_buckets.begin() + __prev, _M_buckets.begin() + __n + 1,
192 return iterator(_ElemsIte(_M_buckets[__n]));
201 _ElemsIte __cur(_M_buckets[__n]);
202 _ElemsIte __last(_M_buckets[__n + 1]);
218 __cur = _M_elems.insert_after(_ElemsIte(_M_buckets[__n]), __obj);
233 _ElemsIte __cur(_M_buckets[__n])
    [all...]
_hashtable.h 277 _BucketVector _M_buckets;
314 _M_buckets(_STLP_CONVERT_ALLOCATOR(__a, _BucketType*)),
327 _M_buckets(_STLP_CONVERT_ALLOCATOR(__a, _BucketType*)),
336 _M_buckets(_STLP_CONVERT_ALLOCATOR(__ht.get_allocator(), _BucketType*)),
346 _M_buckets(__move_source<_BucketVector>(src.get()._M_buckets)),
371 _M_buckets.swap(__ht._M_buckets);
378 local_iterator begin(size_type __n) { return _ElemsIte(_M_buckets[__n]); }
379 local_iterator end(size_type __n) { return _ElemsIte(_M_buckets[__n + 1]);
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_hashtable.c 135 return __ht1._M_buckets == __ht2._M_buckets &&
149 return _S_before_begin(_M_elems, _M_buckets, __n);
189 fill(_M_buckets.begin() + __prev, _M_buckets.begin() + __n + 1,
192 return iterator(_ElemsIte(_M_buckets[__n]));
201 _ElemsIte __cur(_M_buckets[__n]);
202 _ElemsIte __last(_M_buckets[__n + 1]);
218 __cur = _M_elems.insert_after(_ElemsIte(_M_buckets[__n]), __obj);
233 _ElemsIte __cur(_M_buckets[__n])
    [all...]
_hashtable.h 277 _BucketVector _M_buckets;
314 _M_buckets(_STLP_CONVERT_ALLOCATOR(__a, _BucketType*)),
327 _M_buckets(_STLP_CONVERT_ALLOCATOR(__a, _BucketType*)),
336 _M_buckets(_STLP_CONVERT_ALLOCATOR(__ht.get_allocator(), _BucketType*)),
346 _M_buckets(__move_source<_BucketVector>(src.get()._M_buckets)),
371 _M_buckets.swap(__ht._M_buckets);
378 local_iterator begin(size_type __n) { return _ElemsIte(_M_buckets[__n]); }
379 local_iterator end(size_type __n) { return _ElemsIte(_M_buckets[__n + 1]);
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
hashtable.h 101 * - _Bucket[] _M_buckets
313 __bucket_type* _M_buckets;
329 { return __builtin_expect(_M_buckets == &_M_single_bucket, false); }
333 { return _M_uses_single_bucket(_M_buckets); }
361 { _M_deallocate_buckets(_M_buckets, _M_bucket_count); }
780 __node_base* __n = _M_buckets[__bkt];
802 _M_buckets = _M_allocate_buckets(_M_bucket_count);
830 _M_buckets = _M_allocate_buckets(_M_bucket_count);
869 _M_buckets = nullptr;
900 __former_buckets = _M_buckets;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/tr1/
hashtable.h 173 _Node** _M_buckets;
220 iterator __i(_M_buckets);
229 const_iterator __i(_M_buckets);
237 { return iterator(_M_buckets + _M_bucket_count); }
241 { return const_iterator(_M_buckets + _M_bucket_count); }
292 { return local_iterator(_M_buckets[__n]); }
300 { return const_local_iterator(_M_buckets[__n]); }
533 _M_buckets = _M_allocate_buckets(_M_bucket_count);
563 _M_buckets = _M_allocate_buckets(_M_bucket_count);
572 _M_deallocate_buckets(_M_buckets, _M_bucket_count)
    [all...]
hashtable_policy.h 528 __h->_M_find_node(__h->_M_buckets[__n], __k, __code);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/tr1/
hashtable.h 173 _Node** _M_buckets;
220 iterator __i(_M_buckets);
229 const_iterator __i(_M_buckets);
237 { return iterator(_M_buckets + _M_bucket_count); }
241 { return const_iterator(_M_buckets + _M_bucket_count); }
292 { return local_iterator(_M_buckets[__n]); }
300 { return const_local_iterator(_M_buckets[__n]); }
533 _M_buckets = _M_allocate_buckets(_M_bucket_count);
563 _M_buckets = _M_allocate_buckets(_M_bucket_count);
572 _M_deallocate_buckets(_M_buckets, _M_bucket_count)
    [all...]
hashtable_policy.h 528 __h->_M_find_node(__h->_M_buckets[__n], __k, __code);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr1/
hashtable.h 173 _Node** _M_buckets;
220 iterator __i(_M_buckets);
229 const_iterator __i(_M_buckets);
237 { return iterator(_M_buckets + _M_bucket_count); }
241 { return const_iterator(_M_buckets + _M_bucket_count); }
292 { return local_iterator(_M_buckets[__n]); }
300 { return const_local_iterator(_M_buckets[__n]); }
533 _M_buckets = _M_allocate_buckets(_M_bucket_count);
563 _M_buckets = _M_allocate_buckets(_M_bucket_count);
572 _M_deallocate_buckets(_M_buckets, _M_bucket_count)
    [all...]
hashtable_policy.h 528 __h->_M_find_node(__h->_M_buckets[__n], __k, __code);
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/
hashtable.h 173 _Node** _M_buckets;
220 iterator __i(_M_buckets);
229 const_iterator __i(_M_buckets);
237 { return iterator(_M_buckets + _M_bucket_count); }
241 { return const_iterator(_M_buckets + _M_bucket_count); }
292 { return local_iterator(_M_buckets[__n]); }
300 { return const_local_iterator(_M_buckets[__n]); }
533 _M_buckets = _M_allocate_buckets(_M_bucket_count);
563 _M_buckets = _M_allocate_buckets(_M_bucket_count);
572 _M_deallocate_buckets(_M_buckets, _M_bucket_count)
    [all...]
hashtable_policy.h 528 __h->_M_find_node(__h->_M_buckets[__n], __k, __code);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
hashtable.h 105 * - _Bucket[] _M_buckets
323 __bucket_type* _M_buckets;
808 __node_base* __n = _M_buckets[__bkt];
831 _M_buckets = _M_allocate_buckets(_M_bucket_count);
860 _M_buckets = _M_allocate_buckets(_M_bucket_count);
869 _M_deallocate_buckets(_M_buckets, _M_bucket_count);
889 _M_buckets = _M_allocate_buckets(_M_bucket_count);
901 _M_buckets[_M_bucket_index(__this_n)] = &_M_before_begin();
911 if (!_M_buckets[__bkt])
912 _M_buckets[__bkt] = __prev_n
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
hashtable.h 105 * - _Bucket[] _M_buckets
323 __bucket_type* _M_buckets;
808 __node_base* __n = _M_buckets[__bkt];
831 _M_buckets = _M_allocate_buckets(_M_bucket_count);
860 _M_buckets = _M_allocate_buckets(_M_bucket_count);
869 _M_deallocate_buckets(_M_buckets, _M_bucket_count);
889 _M_buckets = _M_allocate_buckets(_M_bucket_count);
901 _M_buckets[_M_bucket_index(__this_n)] = &_M_before_begin();
911 if (!_M_buckets[__bkt])
912 _M_buckets[__bkt] = __prev_n
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
hashtable.h 105 * - _Bucket[] _M_buckets
323 __bucket_type* _M_buckets;
808 __node_base* __n = _M_buckets[__bkt];
831 _M_buckets = _M_allocate_buckets(_M_bucket_count);
860 _M_buckets = _M_allocate_buckets(_M_bucket_count);
869 _M_deallocate_buckets(_M_buckets, _M_bucket_count);
889 _M_buckets = _M_allocate_buckets(_M_bucket_count);
901 _M_buckets[_M_bucket_index(__this_n)] = &_M_before_begin();
911 if (!_M_buckets[__bkt])
912 _M_buckets[__bkt] = __prev_n
    [all...]

Completed in 402 milliseconds