Searched refs:getBuckets (Results 1 – 5 of 5) sorted by relevance
458 memcpy(reinterpret_cast<void *>(getBuckets()), other.getBuckets(), in copyFrom()462 ::new (&getBuckets()[i].getFirst()) in copyFrom()466 ::new (&getBuckets()[i].getSecond()) in copyFrom()543 const BucketT *getBuckets() const { in getBuckets() function547 BucketT *getBuckets() { in getBuckets() function556 return getBuckets() + getNumBuckets(); in getBucketsEnd()560 return getBuckets() + getNumBuckets(); in getBucketsEnd()637 const BucketT *BucketsPtr = getBuckets(); in LookupBucketFor()883 BucketT *getBuckets() const { in getBuckets() function1187 const BucketT *getBuckets() const { in getBuckets() function[all …]
325 internal_memcpy(reinterpret_cast<void *>(getBuckets()), in copyFrom()329 ::new (&getBuckets()[i].getFirst()) in copyFrom()330 KeyT(other.getBuckets()[i].getFirst()); in copyFrom()333 ::new (&getBuckets()[i].getSecond()) in copyFrom()334 ValueT(other.getBuckets()[i].getSecond()); in copyFrom()376 const BucketT *getBuckets() const { in getBuckets() function377 return static_cast<const DerivedT *>(this)->getBuckets(); in getBuckets()380 BucketT *getBuckets() { return static_cast<DerivedT *>(this)->getBuckets(); } in getBuckets() function389 return getBuckets() + getNumBuckets(); in getBucketsEnd()459 const BucketT *BucketsPtr = getBuckets(); in LookupBucketFor()[all …]
257 for (const auto &Bucket : Contents.getBuckets()) { in emitHashes()271 const auto &Buckets = Contents.getBuckets(); in emitOffsets()315 const auto &Buckets = Contents.getBuckets(); in emitBuckets()336 const auto &Buckets = Contents.getBuckets(); in emitData()471 for (auto &Bucket : Contents.getBuckets()) { in populateAbbrevsMap()519 for (const auto &Bucket : enumerate(Contents.getBuckets())) { in emitBuckets()527 for (const auto &Bucket : enumerate(Contents.getBuckets())) { in emitStringOffsets()624 for (auto &Bucket : Contents.getBuckets()) { in emitData()652 for (auto &Bucket : Contents.getBuckets()) in Dwarf5AccelTableWriter()
183 ArrayRef<HashList> getBuckets() const { return Buckets; } in getBuckets() function
318 const unsigned char *getBuckets() const { return Buckets; } in getBuckets() function