Searched refs:AllocatorList (Results 1 – 1 of 1) sorted by relevance
35 template <class T, class AllocatorT> class AllocatorList : AllocatorT {60 AllocatorList &AL;62 Cloner(AllocatorList &AL) : AL(AL) {} in Cloner()68 AllocatorList &AL;70 Disposer(AllocatorList &AL) : AL(AL) {} in Disposer()95 friend AllocatorList; variable140 AllocatorList() = default;141 AllocatorList(AllocatorList &&X) in AllocatorList() function144 AllocatorList(const AllocatorList &X) { in AllocatorList() function148 AllocatorList &operator=(AllocatorList &&X) {[all …]