Searched refs:Tombstone (Results 1 – 3 of 3) sorted by relevance
110 const void *const *Tombstone = 0; in FindBucketFor() local120 return Tombstone ? Tombstone : Array+Bucket; in FindBucketFor()124 if (Array[Bucket] == getTombstoneMarker() && !Tombstone) in FindBucketFor()125 Tombstone = Array+Bucket; // Remember the first tombstone found. in FindBucketFor()
1021 const KeyT Tombstone = KeyInfoT::getTombstoneKey(); in AdvancePastEmptyBuckets() local1025 KeyInfoT::isEqual(Ptr->first, Tombstone))) in AdvancePastEmptyBuckets()
65 TableGenStringKey Tombstone("<<<TOMBSTONE KEY>>>"); in getTombstoneKey() local66 return Tombstone; in getTombstoneKey()