Home
last modified time | relevance | path

Searched defs:UsesAllocatorTestBase (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/libcxx/test/support/
H A Duses_alloc_types.hpp187 struct UsesAllocatorTestBase { struct
208 bool checkConstructEquiv(UsesAllocatorTestBase& O) const { in checkConstructEquiv() argument
217 explicit UsesAllocatorTestBase(const TypeID* aid) in UsesAllocatorTestBase() argument
221 UsesAllocatorTestBase(UsesAllocatorTestBase const&) in UsesAllocatorTestBase() function
226 UsesAllocatorTestBase(UsesAllocatorTestBase&&) in UsesAllocatorTestBase() argument
232 UsesAllocatorTestBase(std::allocator_arg_t, CtorAlloc const& a, Args&&...) in UsesAllocatorTestBase() function
239 UsesAllocatorTestBase(AllocLastTag, Args&&... args) in UsesAllocatorTestBase() argument
251 return UsesAllocatorTestBase::getAllocatorFromPackImp<LArgs const&...>(args...); in getAllocatorFromPack() argument
265 UsesAllocatorTestBaseStorage<CtorAlloc> alloc_store; argument
269 class UsesAllocatorV1 : public UsesAllocatorTestBase<UsesAllocatorV1<Alloc, Arity>, Alloc> argument