Searched refs:FindBucketFor (Results 1 – 2 of 2) sorted by relevance
51 const void **Bucket = const_cast<const void**>(FindBucketFor(Ptr)); in insert_imp_big()65 const void * const *SmallPtrSetImplBase::FindBucketFor(const void *Ptr) const { in FindBucketFor() function in SmallPtrSetImplBase112 *const_cast<void**>(FindBucketFor(Elt)) = const_cast<void*>(Elt); in Grow()
165 auto *Bucket = FindBucketFor(Ptr); in erase_imp()191 auto *Bucket = FindBucketFor(Ptr); in find_imp()202 const void * const *FindBucketFor(const void *Ptr) const;