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

  /external/libcxx/test/support/
uses_alloc_types.hpp 22 // (1) UA_AllocArg: 'T(allocator_arg_t, Alloc const&, Args&&...)'
27 UA_AllocArg = 2,
31 constexpr UsesAllocatorType UA_AllocArg = UsesAllocatorType::UA_AllocArg;
38 case UA_AllocArg:
39 return "UA_AllocArg";
234 constructor_called(UA_AllocArg),
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/support/
uses_alloc_types.hpp 22 // (1) UA_AllocArg: 'T(allocator_arg_t, Alloc const&, Args&&...)'
27 UA_AllocArg = 2,
31 constexpr UsesAllocatorType UA_AllocArg = UsesAllocatorType::UA_AllocArg;
38 case UA_AllocArg:
39 return "UA_AllocArg";
234 constructor_called(UA_AllocArg),

Completed in 443 milliseconds