Searched refs:TheBucket (Results 1 – 1 of 1) sorted by relevance
102 const BucketT *TheBucket; in count() local103 return LookupBucketFor(Val, TheBucket); in count()107 BucketT *TheBucket; in find() local108 if (LookupBucketFor(Val, TheBucket)) in find()109 return iterator(TheBucket, getBucketsEnd(), true); in find()113 const BucketT *TheBucket; in find() local114 if (LookupBucketFor(Val, TheBucket)) in find()115 return const_iterator(TheBucket, getBucketsEnd(), true); in find()126 BucketT *TheBucket; in find_as() local127 if (LookupBucketFor(Val, TheBucket)) in find_as()[all …]