Searched refs:TombstoneKey (Results 1 – 2 of 2) sorted by relevance
86 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey(); in clear() local89 if (!KeyInfoT::isEqual(P->first, TombstoneKey)) { in clear()234 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey(); in destroyAll() local237 !KeyInfoT::isEqual(P->first, TombstoneKey)) in destroyAll()263 const KeyT TombstoneKey = getTombstoneKey(); in moveFromOldBuckets() local266 !KeyInfoT::isEqual(B->first, TombstoneKey)) { in moveFromOldBuckets()456 const KeyT TombstoneKey = getTombstoneKey(); in LookupBucketFor() local458 !KeyInfoT::isEqual(Val, TombstoneKey) && in LookupBucketFor()483 if (KeyInfoT::isEqual(ThisBucket->first, TombstoneKey) && !FoundTombstone) in LookupBucketFor()727 const KeyT TombstoneKey = this->getTombstoneKey(); in swap() local[all …]
99 static const ComparableFunction TombstoneKey; member in __anon3b6a0e560111::ComparableFunction127 const ComparableFunction ComparableFunction::TombstoneKey = member in __anon3b6a0e560111::ComparableFunction140 return ComparableFunction::TombstoneKey; in getTombstoneKey()