OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:_Bucket
(Results
1 - 2
of
2
) sorted by null
/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 26 milliseconds