OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bucket_size
(Results
1 - 25
of
46
) sorted by null
1
2
/external/protobuf/src/google/protobuf/stubs/
hash.h
195
static const size_t
bucket_size
= 4;
member in struct:google::protobuf::hash
213
static const size_t
bucket_size
= 4;
member in struct:google::protobuf::hash
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/stubs/
hash.h
401
static const size_t
bucket_size
= 4;
member in struct:google::protobuf::hash
419
static const size_t
bucket_size
= 4;
member in struct:google::protobuf::hash
/ndk/sources/cxx-stl/stlport/stlport/stl/
_unordered_map.h
177
size_type
bucket_size
(size_type __n) const { return _M_ht.elems_in_bucket(__n); }
function in class:unordered_map
337
size_type
bucket_size
(size_type __n) const { return _M_ht.elems_in_bucket(__n); }
function in class:unordered_multimap
_unordered_set.h
163
size_type
bucket_size
(size_type __n) const { return _M_ht.elems_in_bucket(__n); }
function in class:unordered_set
313
size_type
bucket_size
(size_type __n) const { return _M_ht.elems_in_bucket(__n); }
function in class:unordered_multiset
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
unordered_map.h
638
bucket_size
(size_type __n) const
function in class:unordered_map
639
{ return _M_h.
bucket_size
(__n); }
1258
bucket_size
(size_type __n) const
function in class:unordered_multimap
[
all
...]
unordered_set.h
573
bucket_size
(size_type __n) const
function in class:unordered_set
574
{ return _M_h.
bucket_size
(__n); }
1155
bucket_size
(size_type __n) const
function in class:unordered_multiset
[
all
...]
hashtable.h
510
bucket_size
(size_type __n) const
function in class:_Hashtable
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
unordered_map.h
638
bucket_size
(size_type __n) const
function in class:unordered_map
639
{ return _M_h.
bucket_size
(__n); }
1258
bucket_size
(size_type __n) const
function in class:unordered_multimap
[
all
...]
unordered_set.h
573
bucket_size
(size_type __n) const
function in class:unordered_set
574
{ return _M_h.
bucket_size
(__n); }
1155
bucket_size
(size_type __n) const
function in class:unordered_multiset
[
all
...]
hashtable.h
510
bucket_size
(size_type __n) const
function in class:_Hashtable
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
unordered_map.h
638
bucket_size
(size_type __n) const
function in class:unordered_map
639
{ return _M_h.
bucket_size
(__n); }
1258
bucket_size
(size_type __n) const
function in class:unordered_multimap
[
all
...]
unordered_set.h
573
bucket_size
(size_type __n) const
function in class:unordered_set
574
{ return _M_h.
bucket_size
(__n); }
1155
bucket_size
(size_type __n) const
function in class:unordered_multiset
[
all
...]
hashtable.h
510
bucket_size
(size_type __n) const
function in class:_Hashtable
[
all
...]
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
unordered_map.h
669
bucket_size
(size_type __n) const
function in class:unordered_map
670
{ return _M_h.
bucket_size
(__n); }
1320
bucket_size
(size_type __n) const
function in class:unordered_multimap
[
all
...]
unordered_set.h
603
bucket_size
(size_type __n) const
function in class:unordered_set
604
{ return _M_h.
bucket_size
(__n); }
1215
bucket_size
(size_type __n) const
function in class:unordered_multiset
[
all
...]
/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_unordered_map.h
177
size_type
bucket_size
(size_type __n) const { return _M_ht.elems_in_bucket(__n); }
function in class:unordered_map
337
size_type
bucket_size
(size_type __n) const { return _M_ht.elems_in_bucket(__n); }
function in class:unordered_multimap
_unordered_set.h
163
size_type
bucket_size
(size_type __n) const { return _M_ht.elems_in_bucket(__n); }
function in class:unordered_set
313
size_type
bucket_size
(size_type __n) const { return _M_ht.elems_in_bucket(__n); }
function in class:unordered_multiset
/bionic/libc/kernel/uapi/linux/
bcache.h
95
__u16
bucket_size
;
member in struct:cache_sb::__anon360::__anon361
/development/ndk/platforms/android-21/include/linux/
bcache.h
87
__u16
bucket_size
;
member in struct:cache_sb::__anon1507::__anon1508
/external/kernel-headers/original/uapi/linux/
bcache.h
180
__u16
bucket_size
; /* sectors */
member in struct:cache_sb::__anon13852::__anon13853
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/tr1/
hashtable.h
280
bucket_size
(size_type __n) const
function in class:tr1::_Hashtable
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/tr1/
hashtable.h
280
bucket_size
(size_type __n) const
function in class:tr1::_Hashtable
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr1/
hashtable.h
280
bucket_size
(size_type __n) const
function in class:tr1::_Hashtable
[
all
...]
/prebuilts/ndk/current/platforms/android-21/arch-arm/usr/include/linux/
bcache.h
87
__u16
bucket_size
;
member in struct:cache_sb::__anon54466::__anon54467
/prebuilts/ndk/current/platforms/android-21/arch-arm64/usr/include/linux/
bcache.h
87
__u16
bucket_size
;
member in struct:cache_sb::__anon55233::__anon55234
Completed in 1504 milliseconds
1
2