Searched refs:FoundBucket (Results 1 – 6 of 6) sorted by relevance
324 bool LookupBucketFor(const KeyT &Val, BucketT *&FoundBucket) const { in LookupBucketFor() argument330 FoundBucket = 0; in LookupBucketFor()346 FoundBucket = ThisBucket; in LookupBucketFor()356 FoundBucket = FoundTombstone ? FoundTombstone : ThisBucket; in LookupBucketFor()
224 bool FoundBucket = false; in runOnLoop() local229 FoundBucket = true; in runOnLoop()234 if (!FoundBucket) { in runOnLoop()
514 const BucketT *&FoundBucket) const { in LookupBucketFor() argument519 FoundBucket = nullptr; in LookupBucketFor()537 FoundBucket = ThisBucket; in LookupBucketFor()546 FoundBucket = FoundTombstone ? FoundTombstone : ThisBucket; in LookupBucketFor()564 bool LookupBucketFor(const LookupKeyT &Val, BucketT *&FoundBucket) { in LookupBucketFor() argument568 FoundBucket = const_cast<BucketT *>(ConstFoundBucket); in LookupBucketFor()
512 const BucketT *&FoundBucket) const { in LookupBucketFor() argument517 FoundBucket = nullptr; in LookupBucketFor()535 FoundBucket = ThisBucket; in LookupBucketFor()544 FoundBucket = FoundTombstone ? FoundTombstone : ThisBucket; in LookupBucketFor()562 bool LookupBucketFor(const LookupKeyT &Val, BucketT *&FoundBucket) { in LookupBucketFor() argument566 FoundBucket = const_cast<BucketT *>(ConstFoundBucket); in LookupBucketFor()
574 const BucketT *&FoundBucket) const { in LookupBucketFor() argument579 FoundBucket = nullptr; in LookupBucketFor()597 FoundBucket = ThisBucket; in LookupBucketFor()606 FoundBucket = FoundTombstone ? FoundTombstone : ThisBucket; in LookupBucketFor()624 bool LookupBucketFor(const LookupKeyT &Val, BucketT *&FoundBucket) { in LookupBucketFor() argument628 FoundBucket = const_cast<BucketT *>(ConstFoundBucket); in LookupBucketFor()
314 bool FoundBucket = false; in runOnLoop() local319 FoundBucket = true; in runOnLoop()324 if (!FoundBucket) { in runOnLoop()