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

/frameworks/native/include/utils/
H A DBasicHashtable.h73 const size_t mBucketSize; // number of bytes per bucket including the entry member in class:android::BasicHashtableImpl
84 static_cast<const uint8_t*>(buckets) + index * mBucketSize);
88 return *reinterpret_cast<Bucket*>(static_cast<uint8_t*>(buckets) + index * mBucketSize);

Completed in 123 milliseconds