HomeSort by relevance Sort by last modified time
    Searched refs:UsesAllocatorTestBase (Results 1 - 2 of 2) sorted by null

  /external/libcxx/test/support/
uses_alloc_types.hpp 142 // FIXME: UsesAllocatorTestBase needs some special logic to deal with
187 struct UsesAllocatorTestBase {
208 bool checkConstructEquiv(UsesAllocatorTestBase& O) const {
217 explicit UsesAllocatorTestBase(const TypeID* aid)
221 UsesAllocatorTestBase(UsesAllocatorTestBase const&)
226 UsesAllocatorTestBase(UsesAllocatorTestBase&&)
232 UsesAllocatorTestBase(std::allocator_arg_t, CtorAlloc const& a, Args&&...)
239 UsesAllocatorTestBase(AllocLastTag, Args&&... args
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/support/
uses_alloc_types.hpp 142 // FIXME: UsesAllocatorTestBase needs some special logic to deal with
187 struct UsesAllocatorTestBase {
208 bool checkConstructEquiv(UsesAllocatorTestBase& O) const {
217 explicit UsesAllocatorTestBase(const TypeID* aid)
221 UsesAllocatorTestBase(UsesAllocatorTestBase const&)
226 UsesAllocatorTestBase(UsesAllocatorTestBase&&)
232 UsesAllocatorTestBase(std::allocator_arg_t, CtorAlloc const& a, Args&&...)
239 UsesAllocatorTestBase(AllocLastTag, Args&&... args
    [all...]

Completed in 134 milliseconds