Searched refs:SmallPtrSetImplBase (Results 1 – 2 of 2) sorted by relevance
23 void SmallPtrSetImplBase::shrink_and_clear() { in shrink_and_clear()38 SmallPtrSetImplBase::insert_imp(const void *Ptr) { in insert_imp()77 bool SmallPtrSetImplBase::erase_imp(const void * Ptr) { in erase_imp()104 const void * const *SmallPtrSetImplBase::FindBucketFor(const void *Ptr) const { in FindBucketFor()133 void SmallPtrSetImplBase::Grow(unsigned NewSize) { in Grow()169 SmallPtrSetImplBase::SmallPtrSetImplBase(const void **SmallStorage, in SmallPtrSetImplBase() function in SmallPtrSetImplBase170 const SmallPtrSetImplBase& that) { in SmallPtrSetImplBase()192 SmallPtrSetImplBase::SmallPtrSetImplBase(const void **SmallStorage, in SmallPtrSetImplBase() function in SmallPtrSetImplBase194 SmallPtrSetImplBase &&that) { in SmallPtrSetImplBase()221 void SmallPtrSetImplBase::CopyFrom(const SmallPtrSetImplBase &RHS) { in CopyFrom()[all …]
49 class SmallPtrSetImplBase {66 SmallPtrSetImplBase(const void **SmallStorage, const SmallPtrSetImplBase &that);67 SmallPtrSetImplBase(const void **SmallStorage, unsigned SmallSize,68 SmallPtrSetImplBase &&that);69 explicit SmallPtrSetImplBase(const void **SmallStorage, unsigned SmallSize) : in SmallPtrSetImplBase() function75 ~SmallPtrSetImplBase();136 void operator=(const SmallPtrSetImplBase &RHS) = delete;141 void swap(SmallPtrSetImplBase &RHS);143 void CopyFrom(const SmallPtrSetImplBase &RHS);144 void MoveFrom(unsigned SmallSize, SmallPtrSetImplBase &&RHS);[all …]