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

  /external/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/
alloc.pass.cpp 27 std::function<int(int)> f(std::allocator_arg, bare_allocator<int>());
alloc_nullptr.pass.cpp 26 std::function<int(int)> f(std::allocator_arg, bare_allocator<int>(), nullptr);
alloc_rfunction.pass.cpp 67 std::function<int(int)> f2(std::allocator_arg, bare_allocator<A>(), std::move(f));
alloc_F.pass.cpp 113 bare_allocator<DummyClass> bare_alloc;
alloc_function.pass.cpp 118 bare_allocator<DummyClass> alloc;
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/
alloc.pass.cpp 27 std::function<int(int)> f(std::allocator_arg, bare_allocator<int>());
alloc_nullptr.pass.cpp 26 std::function<int(int)> f(std::allocator_arg, bare_allocator<int>(), nullptr);
alloc_rfunction.pass.cpp 67 std::function<int(int)> f2(std::allocator_arg, bare_allocator<A>(), std::move(f));
alloc_F.pass.cpp 113 bare_allocator<DummyClass> bare_alloc;
alloc_function.pass.cpp 118 bare_allocator<DummyClass> alloc;
  /external/libcxx/test/std/thread/futures/futures.promise/
alloc_ctor.pass.cpp 55 std::promise<int> p(std::allocator_arg, bare_allocator<void>());
60 std::promise<int&> p(std::allocator_arg, bare_allocator<void>());
65 std::promise<void> p(std::allocator_arg, bare_allocator<void>());
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/thread/futures/futures.promise/
alloc_ctor.pass.cpp 55 std::promise<int> p(std::allocator_arg, bare_allocator<void>());
60 std::promise<int&> p(std::allocator_arg, bare_allocator<void>());
65 std::promise<void> p(std::allocator_arg, bare_allocator<void>());
  /external/libcxx/test/support/
min_allocator.h 21 class bare_allocator class
26 bare_allocator() TEST_NOEXCEPT {}
29 bare_allocator(bare_allocator<U>) TEST_NOEXCEPT {}
41 friend bool operator==(bare_allocator, bare_allocator) {return true;}
42 friend bool operator!=(bare_allocator x, bare_allocator y) {return !(x == y);}
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/support/
min_allocator.h 21 class bare_allocator class
26 bare_allocator() TEST_NOEXCEPT {}
29 bare_allocator(bare_allocator<U>) TEST_NOEXCEPT {}
41 friend bool operator==(bare_allocator, bare_allocator) {return true;}
42 friend bool operator!=(bare_allocator x, bare_allocator y) {return !(x == y);}
  /external/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create/
allocate_shared.pass.cpp 72 std::shared_ptr<A> p = std::allocate_shared<A>(bare_allocator<void>(), i, c);
allocate_shared_cxx03.pass.cpp 114 test<bare_allocator<void> >();
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create/
allocate_shared.pass.cpp 72 std::shared_ptr<A> p = std::allocate_shared<A>(bare_allocator<void>(), i, c);
allocate_shared_cxx03.pass.cpp 114 test<bare_allocator<void> >();
  /external/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/
nullptr_t_deleter_allocator.pass.cpp 54 std::shared_ptr<A> p(nullptr, test_deleter<A>(1), bare_allocator<void>());
pointer_deleter_allocator.pass.cpp 57 std::shared_ptr<A> p(ptr, test_deleter<A>(3), bare_allocator<void>());
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/
nullptr_t_deleter_allocator.pass.cpp 54 std::shared_ptr<A> p(nullptr, test_deleter<A>(1), bare_allocator<void>());
pointer_deleter_allocator.pass.cpp 57 std::shared_ptr<A> p(ptr, test_deleter<A>(3), bare_allocator<void>());
  /external/libcxx/test/std/thread/futures/futures.task/futures.task.members/
ctor_func_alloc.pass.cpp 105 bare_allocator<void>(), A(5));
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/thread/futures/futures.task/futures.task.members/
ctor_func_alloc.pass.cpp 103 bare_allocator<void>(), A(5));

Completed in 235 milliseconds