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