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()
609 const BucketT *&FoundBucket) const { in LookupBucketFor() argument614 FoundBucket = nullptr; in LookupBucketFor()632 FoundBucket = ThisBucket; in LookupBucketFor()641 FoundBucket = FoundTombstone ? FoundTombstone : ThisBucket; in LookupBucketFor()659 bool LookupBucketFor(const LookupKeyT &Val, BucketT *&FoundBucket) { in LookupBucketFor() argument663 FoundBucket = const_cast<BucketT *>(ConstFoundBucket); in LookupBucketFor()
837 bool FoundBucket = false; in addOneCandidate() local845 FoundBucket = true; in addOneCandidate()850 if (!FoundBucket) { in addOneCandidate()