Home | History | Annotate | Download | only in ADT

Lines Matching refs:Tombstone

498     // If we are writing over a tombstone, remember this.
508 /// true, otherwise it returns a bucket with an empty marker or tombstone and
521 // FoundTombstone - Keep track of whether we find a tombstone while probing.
527 "Empty/Tombstone value shouldn't be inserted into map!");
542 // If we've already seen a tombstone while probing, fill it in instead
548 // If this is a tombstone, remember it. If Val ends up not in the map, we
552 FoundTombstone = ThisBucket; // Remember the first tombstone found.
554 // Otherwise, it's a hash collision or a tombstone, continue quadratic
1107 const KeyT Tombstone = KeyInfoT::getTombstoneKey();
1110 KeyInfoT::isEqual(Ptr->getFirst(), Tombstone)))