Searched refs:getTombstoneVal (Results 1 – 4 of 4) sorted by relevance
97 static StringMapEntryBase *getTombstoneVal() { in getTombstoneVal() function266 if (!Bucket || Bucket == getTombstoneVal()) { in StringMap()347 if (Bucket && Bucket != getTombstoneVal()) in insert()350 if (Bucket == getTombstoneVal()) in insert()376 if (Bucket && Bucket != getTombstoneVal()) in emplace_second()380 if (Bucket == getTombstoneVal()) in emplace_second()398 if (Bucket && Bucket != getTombstoneVal()) { in clear()434 if (Bucket && Bucket != getTombstoneVal()) { in ~StringMap()483 while (*Ptr == nullptr || *Ptr == StringMapImpl::getTombstoneVal()) in AdvancePastEmptyBuckets()
82 if (BucketItem == getTombstoneVal()) { in LookupBucketFor()127 if (BucketItem == getTombstoneVal()) { in FindKey()169 TheTable[Bucket].Item = getTombstoneVal(); in RemoveKey()203 if (IB->Item && IB->Item != getTombstoneVal()) { in RehashTable()
99 if (BucketItem == getTombstoneVal()) { in LookupBucketFor()144 if (BucketItem == getTombstoneVal()) { in FindKey()186 TheTable[Bucket] = getTombstoneVal(); in RemoveKey()227 if (Bucket && Bucket != getTombstoneVal()) { in RehashTable()
105 static StringMapEntryBase *getTombstoneVal() { in getTombstoneVal() function324 if (Bucket.Item && Bucket.Item != getTombstoneVal()) in insert()327 if (Bucket.Item == getTombstoneVal()) in insert()344 if (I->Item && I->Item != getTombstoneVal()) { in clear()361 if (Bucket.Item && Bucket.Item != getTombstoneVal()) in GetOrCreateValue()367 if (Bucket.Item == getTombstoneVal()) in GetOrCreateValue()448 while (Ptr->Item == 0 || Ptr->Item == StringMapImpl::getTombstoneVal()) in AdvancePastEmptyBuckets()