Lines Matching refs:SmallPtrSetImplBase
25 void SmallPtrSetImplBase::shrink_and_clear() { in shrink_and_clear()
41 SmallPtrSetImplBase::insert_imp_big(const void *Ptr) { in insert_imp_big()
66 const void * const *SmallPtrSetImplBase::FindBucketFor(const void *Ptr) const { in FindBucketFor()
95 void SmallPtrSetImplBase::Grow(unsigned NewSize) { in Grow()
122 SmallPtrSetImplBase::SmallPtrSetImplBase(const void **SmallStorage, in SmallPtrSetImplBase() function in SmallPtrSetImplBase
123 const SmallPtrSetImplBase &that) { in SmallPtrSetImplBase()
138 SmallPtrSetImplBase::SmallPtrSetImplBase(const void **SmallStorage, in SmallPtrSetImplBase() function in SmallPtrSetImplBase
140 SmallPtrSetImplBase &&that) { in SmallPtrSetImplBase()
145 void SmallPtrSetImplBase::CopyFrom(const SmallPtrSetImplBase &RHS) { in CopyFrom()
171 void SmallPtrSetImplBase::CopyHelper(const SmallPtrSetImplBase &RHS) { in CopyHelper()
182 void SmallPtrSetImplBase::MoveFrom(unsigned SmallSize, in MoveFrom()
183 SmallPtrSetImplBase &&RHS) { in MoveFrom()
189 void SmallPtrSetImplBase::MoveHelper(unsigned SmallSize, in MoveHelper()
190 SmallPtrSetImplBase &&RHS) { in MoveHelper()
214 void SmallPtrSetImplBase::swap(SmallPtrSetImplBase &RHS) { in swap()