Searched refs:FoundTombstone (Results 1 – 4 of 4) sorted by relevance
335 BucketT *FoundTombstone = 0; in LookupBucketFor() local355 if (FoundTombstone) ThisBucket = FoundTombstone; in LookupBucketFor()356 FoundBucket = FoundTombstone ? FoundTombstone : ThisBucket; in LookupBucketFor()362 if (KeyInfoT::isEqual(ThisBucket->first, TombstoneKey) && !FoundTombstone) in LookupBucketFor()363 FoundTombstone = ThisBucket; // Remember the first tombstone found. in LookupBucketFor()
524 const BucketT *FoundTombstone = nullptr; in LookupBucketFor() local546 FoundBucket = FoundTombstone ? FoundTombstone : ThisBucket; in LookupBucketFor()553 !FoundTombstone) in LookupBucketFor()554 FoundTombstone = ThisBucket; // Remember the first tombstone found. in LookupBucketFor()
522 const BucketT *FoundTombstone = nullptr; in LookupBucketFor() local544 FoundBucket = FoundTombstone ? FoundTombstone : ThisBucket; in LookupBucketFor()551 !FoundTombstone) in LookupBucketFor()552 FoundTombstone = ThisBucket; // Remember the first tombstone found. in LookupBucketFor()
584 const BucketT *FoundTombstone = nullptr; in LookupBucketFor() local606 FoundBucket = FoundTombstone ? FoundTombstone : ThisBucket; in LookupBucketFor()613 !FoundTombstone) in LookupBucketFor()614 FoundTombstone = ThisBucket; // Remember the first tombstone found. in LookupBucketFor()