Searched defs:AllocatorAdapter (Results 1 – 2 of 2) sorted by relevance
23 class AllocatorAdapter; variable46 AllocatorAdapter(const AllocatorAdapter<U, AllocScopeT> &other) : allocator_(other.allocator_) in AllocatorAdapter() function52 AllocatorAdapter(AllocatorAdapter &&other) noexcept in AllocatorAdapter() function71 friend class AllocatorAdapter; variable99 AllocatorAdapter(const AllocatorAdapter<U, AllocScopeT> &other) : allocator_(other.allocator_) in AllocatorAdapter() function105 AllocatorAdapter(AllocatorAdapter &&other) noexcept in AllocatorAdapter() function166 friend class AllocatorAdapter; variable
72 class AllocatorAdapter; variable