Home
last modified time | relevance | path

Searched refs:kBucketSize (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/libs/androidfw/include/androidfw/
DByteBucketArray.h48 inline size_t size() const { return kNumBuckets * kBucketSize; } in size()
72 bucket = new T[kBucketSize](); in editItemAt()
91 for (size_t j = 0; j < kBucketSize; j++) { in forEachItem()
103 if (std::all_of(bucket, bucket + kBucketSize, isEmptyFunc)) { in trimBuckets()
112 enum { kNumBuckets = 16, kBucketSize = 16 }; enumerator