Home | History | Annotate | Download | only in wtf

Lines Matching refs:constructDeletedValue

528         static void deleteBucket(ValueType& bucket) { bucket.~ValueType(); Traits::constructDeletedValue(bucket, Allocator::isGarbageCollected); }