Lines Matching defs:TombstoneKey
50 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey();
59 if (!KeyInfoT::isEqual(P->getFirst(), TombstoneKey)) {
217 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey();
221 !KeyInfoT::isEqual(K, TombstoneKey)) {
241 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey();
244 !KeyInfoT::isEqual(P->getFirst(), TombstoneKey))
276 const KeyT TombstoneKey = getTombstoneKey();
279 !KeyInfoT::isEqual(B->getFirst(), TombstoneKey)) {
482 const KeyT TombstoneKey = getTombstoneKey();
484 CHECK(!KeyInfoT::isEqual(Val, TombstoneKey));
507 if (KeyInfoT::isEqual(ThisBucket->getFirst(), TombstoneKey) &&