Searched refs:AllocatorHolder (Results 1 – 4 of 4) sorted by relevance
110 template <typename Alloc> class AllocatorHolder : Alloc {112 AllocatorHolder() = default;113 AllocatorHolder(const Alloc &A) : Alloc(A) {} in AllocatorHolder() function114 AllocatorHolder(Alloc &&A) : Alloc(static_cast<Alloc &&>(A)) {} in AllocatorHolder() function119 template <typename Alloc> class AllocatorHolder<Alloc &> {123 AllocatorHolder(Alloc &A) : A(A) {} in AllocatorHolder() function
66 private detail::AllocatorHolder<AllocatorT> {67 using AllocTy = detail::AllocatorHolder<AllocatorT>;
150 class ScopedHashTable : detail::AllocatorHolder<AllocatorTy> {151 using AllocTy = detail::AllocatorHolder<AllocatorTy>;
128 private detail::AllocatorHolder<AllocatorTy> {129 using AllocTy = detail::AllocatorHolder<AllocatorTy>;