Searched defs:bucketAt (Results 1 - 1 of 1) sorted by relevance

/system/core/include/utils/
H A DBasicHashtable.h83 inline const Bucket& bucketAt(const void* __restrict__ buckets, size_t index) const { function in class:android::BasicHashtableImpl
88 inline Bucket& bucketAt(void* __restrict__ buckets, size_t index) const { function in class:android::BasicHashtableImpl
233 return entryFor(bucketAt(mBuckets, index));
243 return entryFor(bucketAt(mBuckets, index));
357 return bucketAt(mBuckets, index).cookie;

Completed in 26 milliseconds