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

/frameworks/native/include/utils/
H A DBasicHashtable.h82 inline const Bucket& bucketAt(const void* __restrict__ buckets, size_t index) const { function in class:android::BasicHashtableImpl
87 inline Bucket& bucketAt(void* __restrict__ buckets, size_t index) const { function in class:android::BasicHashtableImpl
232 return entryFor(bucketAt(mBuckets, index));
242 return entryFor(bucketAt(mBuckets, index));
348 return bucketAt(mBuckets, index).cookie;

Completed in 244 milliseconds