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

  /external/chromium-trace/trace-viewer/perf_insights/third_party/cloudstorage/
cloudstorage_api.py 273 return _Bucket(api, bucket, options)
276 class _Bucket(object):
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
hashtable.h 97 * - _Bucket[] _M_buckets
102 * with _Bucket being _Hash_node* and _Hash_node constaining:
251 typedef _BaseNode* _Bucket;
252 typedef typename _Allocator::template rebind<_Bucket>::other
259 _Bucket* _M_buckets;
276 _Bucket*
280 _M_deallocate_buckets(_Bucket*, size_type __n);
674 __chc, __cit, __uk>::_Bucket*
681 _Bucket* __p = __alloc.allocate(__n);
682 __builtin_memset(__p, 0, __n * sizeof(_Bucket));
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
hashtable.h 97 * - _Bucket[] _M_buckets
102 * with _Bucket being _Hash_node* and _Hash_node constaining:
251 typedef _BaseNode* _Bucket;
252 typedef typename _Allocator::template rebind<_Bucket>::other
259 _Bucket* _M_buckets;
276 _Bucket*
280 _M_deallocate_buckets(_Bucket*, size_type __n);
674 __chc, __cit, __uk>::_Bucket*
681 _Bucket* __p = __alloc.allocate(__n);
682 __builtin_memset(__p, 0, __n * sizeof(_Bucket));
    [all...]

Completed in 238 milliseconds