Searched refs:OtherBuckets (Results 1 – 1 of 1) sorted by relevance
492 const BucketT *OtherBuckets = other.getBuckets(); in copyFrom() local496 memcpy(reinterpret_cast<void *>(Buckets), OtherBuckets, in copyFrom()502 ::new (&Buckets[I].getFirst()) KeyT(OtherBuckets[I].getFirst()); in copyFrom()505 ::new (&Buckets[I].getSecond()) ValueT(OtherBuckets[I].getSecond()); in copyFrom()