Searched refs:FoundBucket (Results 1 – 3 of 3) sorted by relevance
458 const BucketT *&FoundBucket) const { in LookupBucketFor() argument463 FoundBucket = nullptr; in LookupBucketFor()480 FoundBucket = ThisBucket; in LookupBucketFor()489 FoundBucket = FoundTombstone ? FoundTombstone : ThisBucket; in LookupBucketFor()507 bool LookupBucketFor(const LookupKeyT &Val, BucketT *&FoundBucket) { in LookupBucketFor() argument511 FoundBucket = const_cast<BucketT *>(ConstFoundBucket); in LookupBucketFor()
611 const BucketT *&FoundBucket) const { in LookupBucketFor() argument616 FoundBucket = nullptr; in LookupBucketFor()634 FoundBucket = ThisBucket; in LookupBucketFor()643 FoundBucket = FoundTombstone ? FoundTombstone : ThisBucket; in LookupBucketFor()661 bool LookupBucketFor(const LookupKeyT &Val, BucketT *&FoundBucket) { in LookupBucketFor() argument665 FoundBucket = const_cast<BucketT *>(ConstFoundBucket); in LookupBucketFor()
836 bool FoundBucket = false; in addOneCandidate() local844 FoundBucket = true; in addOneCandidate()849 if (!FoundBucket) { in addOneCandidate()