Searched refs:FoundBucket (Results 1 – 2 of 2) sorted by relevance
214 bool FoundBucket = false; in runOnLoop() local221 FoundBucket = true; in runOnLoop()226 if (!FoundBucket) { in runOnLoop()
479 const BucketT *&FoundBucket) const { in LookupBucketFor() argument484 FoundBucket = nullptr; in LookupBucketFor()502 FoundBucket = ThisBucket; in LookupBucketFor()511 FoundBucket = FoundTombstone ? FoundTombstone : ThisBucket; in LookupBucketFor()529 bool LookupBucketFor(const LookupKeyT &Val, BucketT *&FoundBucket) { in LookupBucketFor() argument533 FoundBucket = const_cast<BucketT *>(ConstFoundBucket); in LookupBucketFor()