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

  /external/libcxx/test/std/experimental/memory/memory.polymorphic.allocator.class/memory.polymorphic.allocator.mem/
construct_types.pass.cpp 66 bool doTestUsesAllocV0(Args&&... args)
107 assert(doTestUsesAllocV0<T>(std::forward<Args>(args)...));
136 assert(doTestUsesAllocV0<T>(std::forward<Args>(args)...));
142 assert(doTestUsesAllocV0<T>(std::forward<Args>(args)...));
147 assert(doTestUsesAllocV0<T>(std::forward<Args>(args)...));
152 assert(doTestUsesAllocV0<T>(std::forward<Args>(args)...));
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/experimental/memory/memory.polymorphic.allocator.class/memory.polymorphic.allocator.mem/
construct_types.pass.cpp 66 bool doTestUsesAllocV0(Args&&... args)
107 assert(doTestUsesAllocV0<T>(std::forward<Args>(args)...));
136 assert(doTestUsesAllocV0<T>(std::forward<Args>(args)...));
142 assert(doTestUsesAllocV0<T>(std::forward<Args>(args)...));
147 assert(doTestUsesAllocV0<T>(std::forward<Args>(args)...));
152 assert(doTestUsesAllocV0<T>(std::forward<Args>(args)...));

Completed in 237 milliseconds