Searched refs:AllocatorList (Results 1 – 1 of 1) sorted by relevance
33 template <class T, class AllocatorT> class AllocatorList : AllocatorT {58 AllocatorList &AL;60 Cloner(AllocatorList &AL) : AL(AL) {} in Cloner()66 AllocatorList &AL;68 Disposer(AllocatorList &AL) : AL(AL) {} in Disposer()93 friend AllocatorList; variable131 AllocatorList() = default;132 AllocatorList(AllocatorList &&X) in AllocatorList() function135 AllocatorList(const AllocatorList &X) { in AllocatorList() function139 AllocatorList &operator=(AllocatorList &&X) {[all …]