Searched defs:UsesAllocatorTestBase (Results 1 – 1 of 1) sorted by relevance
187 struct UsesAllocatorTestBase { struct208 bool checkConstructEquiv(UsesAllocatorTestBase& O) const { in checkConstructEquiv() argument217 explicit UsesAllocatorTestBase(const TypeID* aid) in UsesAllocatorTestBase() argument221 UsesAllocatorTestBase(UsesAllocatorTestBase const&) in UsesAllocatorTestBase() function226 UsesAllocatorTestBase(UsesAllocatorTestBase&&) in UsesAllocatorTestBase() argument232 UsesAllocatorTestBase(std::allocator_arg_t, CtorAlloc const& a, Args&&...) in UsesAllocatorTestBase() function239 UsesAllocatorTestBase(AllocLastTag, Args&&... args) in UsesAllocatorTestBase() argument251 return UsesAllocatorTestBase::getAllocatorFromPackImp<LArgs const&...>(args...); in getAllocatorFromPack() argument265 UsesAllocatorTestBaseStorage<CtorAlloc> alloc_store; argument269 class UsesAllocatorV1 : public UsesAllocatorTestBase<UsesAllocatorV1<Alloc, Arity>, Alloc> argument