Searched defs:UsesAllocatorV3 (Results 1 - 1 of 1) sorted by relevance

/external/libcxx/test/support/
H A Duses_alloc_types.hpp71 class UsesAllocatorV3;
328 class UsesAllocatorV3 : public UsesAllocatorTestBase<UsesAllocatorV3<Alloc, Arity>, Alloc> class in class:UsesAllocatorType
333 using Base = UsesAllocatorTestBase<UsesAllocatorV3, Alloc>;
336 UsesAllocatorV3() : Base(&makeArgumentID<>()) {} function in class:UsesAllocatorType::UsesAllocatorV3
337 UsesAllocatorV3(UsesAllocatorV3 const&) function in class:UsesAllocatorType::UsesAllocatorV3
338 : Base(&makeArgumentID<UsesAllocatorV3 const&>()) {}
339 UsesAllocatorV3(UsesAllocatorV3 function in class:UsesAllocatorType::UsesAllocatorV3
344 UsesAllocatorV3(Args&&...) : Base(&makeArgumentID<Args&&...>()) {} function in class:UsesAllocatorType::UsesAllocatorV3
348 UsesAllocatorV3(std::allocator_arg_t tag, CtorAlloc const& alloc, Args&&... args) function in class:UsesAllocatorType::UsesAllocatorV3
354 UsesAllocatorV3(Args&&... args) function in class:UsesAllocatorType::UsesAllocatorV3
[all...]

Completed in 137 milliseconds