Searched refs:SmallPtrSetImplBase (Results 1 – 2 of 2) sorted by relevance
24 void SmallPtrSetImplBase::shrink_and_clear() { in shrink_and_clear()40 SmallPtrSetImplBase::insert_imp_big(const void *Ptr) { in insert_imp_big()65 const void * const *SmallPtrSetImplBase::FindBucketFor(const void *Ptr) const { in FindBucketFor()94 void SmallPtrSetImplBase::Grow(unsigned NewSize) { in Grow()121 SmallPtrSetImplBase::SmallPtrSetImplBase(const void **SmallStorage, in SmallPtrSetImplBase() function in SmallPtrSetImplBase122 const SmallPtrSetImplBase &that) { in SmallPtrSetImplBase()137 SmallPtrSetImplBase::SmallPtrSetImplBase(const void **SmallStorage, in SmallPtrSetImplBase() function in SmallPtrSetImplBase139 SmallPtrSetImplBase &&that) { in SmallPtrSetImplBase()144 void SmallPtrSetImplBase::CopyFrom(const SmallPtrSetImplBase &RHS) { in CopyFrom()170 void SmallPtrSetImplBase::CopyHelper(const SmallPtrSetImplBase &RHS) { in CopyHelper()[all …]
49 class SmallPtrSetImplBase : public DebugEpochBase {69 SmallPtrSetImplBase(const void **SmallStorage,70 const SmallPtrSetImplBase &that);71 SmallPtrSetImplBase(const void **SmallStorage, unsigned SmallSize,72 SmallPtrSetImplBase &&that);74 explicit SmallPtrSetImplBase(const void **SmallStorage, unsigned SmallSize) in SmallPtrSetImplBase() function81 ~SmallPtrSetImplBase() { in ~SmallPtrSetImplBase()89 SmallPtrSetImplBase &operator=(const SmallPtrSetImplBase &) = delete;207 void swap(SmallPtrSetImplBase &RHS);209 void CopyFrom(const SmallPtrSetImplBase &RHS);[all …]