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

  /external/stlport/stlport/stl/
_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...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_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/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/backward/
hashtable.h 302 _Vector_type _M_buckets;
325 _M_get_key(__ext), _M_buckets(__a), _M_num_elements(0)
332 _M_get_key(_ExtractKey()), _M_buckets(__a), _M_num_elements(0)
338 _M_buckets(__ht.get_allocator()), _M_num_elements(0)
376 _M_buckets.swap(__ht._M_buckets);
383 for (size_type __n = 0; __n < _M_buckets.size(); ++__n)
384 if (_M_buckets[__n])
385 return iterator(_M_buckets[__n], this);
396 for (size_type __n = 0; __n < _M_buckets.size(); ++__n
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/backward/
hashtable.h 320 _Vector_type _M_buckets;
343 _M_get_key(__ext), _M_buckets(__a), _M_num_elements(0)
350 _M_get_key(_ExtractKey()), _M_buckets(__a), _M_num_elements(0)
356 _M_buckets(__ht.get_allocator()), _M_num_elements(0)
394 _M_buckets.swap(__ht._M_buckets);
401 for (size_type __n = 0; __n < _M_buckets.size(); ++__n)
402 if (_M_buckets[__n])
403 return iterator(_M_buckets[__n], this);
414 for (size_type __n = 0; __n < _M_buckets.size(); ++__n
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
hashtable.h 178 _Node** _M_buckets;
243 { return iterator(_M_buckets + _M_begin_bucket_index); }
247 { return const_iterator(_M_buckets + _M_begin_bucket_index); }
251 { return iterator(_M_buckets + _M_bucket_count); }
255 { return const_iterator(_M_buckets + _M_bucket_count); }
259 { return const_iterator(_M_buckets + _M_begin_bucket_index); }
263 { return const_iterator(_M_buckets + _M_bucket_count); }
310 { return local_iterator(_M_buckets[__n]); }
318 { return const_local_iterator(_M_buckets[__n]); }
327 { return const_local_iterator(_M_buckets[__n]);
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/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...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/backward/
hashtable.h 320 _Vector_type _M_buckets;
343 _M_get_key(__ext), _M_buckets(__a), _M_num_elements(0)
350 _M_get_key(_ExtractKey()), _M_buckets(__a), _M_num_elements(0)
356 _M_buckets(__ht.get_allocator()), _M_num_elements(0)
394 _M_buckets.swap(__ht._M_buckets);
401 for (size_type __n = 0; __n < _M_buckets.size(); ++__n)
402 if (_M_buckets[__n])
403 return iterator(_M_buckets[__n], this);
414 for (size_type __n = 0; __n < _M_buckets.size(); ++__n
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
hashtable.h 178 _Node** _M_buckets;
243 { return iterator(_M_buckets + _M_begin_bucket_index); }
247 { return const_iterator(_M_buckets + _M_begin_bucket_index); }
251 { return iterator(_M_buckets + _M_bucket_count); }
255 { return const_iterator(_M_buckets + _M_bucket_count); }
259 { return const_iterator(_M_buckets + _M_begin_bucket_index); }
263 { return const_iterator(_M_buckets + _M_bucket_count); }
310 { return local_iterator(_M_buckets[__n]); }
318 { return const_local_iterator(_M_buckets[__n]); }
327 { return const_local_iterator(_M_buckets[__n]);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/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...]
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/backward/
hashtable.h 302 _Vector_type _M_buckets;
325 _M_get_key(__ext), _M_buckets(__a), _M_num_elements(0)
332 _M_get_key(_ExtractKey()), _M_buckets(__a), _M_num_elements(0)
338 _M_buckets(__ht.get_allocator()), _M_num_elements(0)
376 _M_buckets.swap(__ht._M_buckets);
383 for (size_type __n = 0; __n < _M_buckets.size(); ++__n)
384 if (_M_buckets[__n])
385 return iterator(_M_buckets[__n], this);
396 for (size_type __n = 0; __n < _M_buckets.size(); ++__n
    [all...]
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_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/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/backward/
hashtable.h 302 _Vector_type _M_buckets;
325 _M_get_key(__ext), _M_buckets(__a), _M_num_elements(0)
332 _M_get_key(_ExtractKey()), _M_buckets(__a), _M_num_elements(0)
338 _M_buckets(__ht.get_allocator()), _M_num_elements(0)
376 _M_buckets.swap(__ht._M_buckets);
383 for (size_type __n = 0; __n < _M_buckets.size(); ++__n)
384 if (_M_buckets[__n])
385 return iterator(_M_buckets[__n], this);
396 for (size_type __n = 0; __n < _M_buckets.size(); ++__n
    [all...]
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_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/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/backward/
hashtable.h 302 _Vector_type _M_buckets;
325 _M_get_key(__ext), _M_buckets(__a), _M_num_elements(0)
332 _M_get_key(_ExtractKey()), _M_buckets(__a), _M_num_elements(0)
338 _M_buckets(__ht.get_allocator()), _M_num_elements(0)
376 _M_buckets.swap(__ht._M_buckets);
383 for (size_type __n = 0; __n < _M_buckets.size(); ++__n)
384 if (_M_buckets[__n])
385 return iterator(_M_buckets[__n], this);
396 for (size_type __n = 0; __n < _M_buckets.size(); ++__n
    [all...]
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/
_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...]

Completed in 7403 milliseconds