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()
652 const BucketT *&FoundBucket) const { in LookupBucketFor() argument657 FoundBucket = nullptr; in LookupBucketFor()675 FoundBucket = ThisBucket; in LookupBucketFor()684 FoundBucket = FoundTombstone ? FoundTombstone : ThisBucket; in LookupBucketFor()702 bool LookupBucketFor(const LookupKeyT &Val, BucketT *&FoundBucket) { in LookupBucketFor() argument706 FoundBucket = const_cast<BucketT *>(ConstFoundBucket); in LookupBucketFor()
842 bool FoundBucket = false; in addOneCandidate() local850 FoundBucket = true; in addOneCandidate()855 if (!FoundBucket) { in addOneCandidate()