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

  /external/libcxx/test/std/experimental/memory/memory.polymorphic.allocator.class/memory.polymorphic.allocator.mem/
construct_piecewise_pair.pass.cpp 58 void test_pmr_uses_allocator(std::tuple<TTypes...> ttuple, std::tuple<UTypes...> utuple) function
93 test_pmr_uses_allocator<ERT>(t1, t1);
94 test_pmr_uses_allocator<PMR>(t1, t1);
95 test_pmr_uses_allocator<PMA>(t1, t1);
100 test_pmr_uses_allocator<ERT>(t1, t2);
101 test_pmr_uses_allocator<ERT>(t2, t1);
102 test_pmr_uses_allocator<PMR>(t1, t2);
103 test_pmr_uses_allocator<PMR>(t2, t1);
104 test_pmr_uses_allocator<PMA>(t1, t2);
105 test_pmr_uses_allocator<PMA>(t2, t1)
    [all...]
construct_pair_const_lvalue_pair.pass.cpp 70 void test_pmr_uses_allocator(std::pair<TT, UU> const& p) function
105 test_pmr_uses_allocator<ERT>(p);
106 test_pmr_uses_allocator<PMR>(p);
107 test_pmr_uses_allocator<PMA>(p);
113 test_pmr_uses_allocator<ERT>(p);
114 test_pmr_uses_allocator<PMR>(p);
115 test_pmr_uses_allocator<PMA>(p);
construct_pair_rvalue.pass.cpp 69 void test_pmr_uses_allocator(std::pair<TT, UU>&& p) function
102 test_pmr_uses_allocator<ERT>(std::move(p));
103 test_pmr_uses_allocator<PMR>(std::move(p));
104 test_pmr_uses_allocator<PMA>(std::move(p));
110 test_pmr_uses_allocator<ERT>(std::move(p));
111 test_pmr_uses_allocator<PMR>(std::move(p));
112 test_pmr_uses_allocator<PMA>(std::move(p));
construct_pair_values.pass.cpp 68 void test_pmr_uses_allocator(TT&& t, UU&& u) function
104 test_pmr_uses_allocator<ERT>(x, std::move(y));
105 test_pmr_uses_allocator<PMR>(x, std::move(y));
106 test_pmr_uses_allocator<PMA>(x, std::move(y));
111 test_pmr_uses_allocator<ERT>(std::move(x), y);
112 test_pmr_uses_allocator<PMR>(std::move(x), y);
113 test_pmr_uses_allocator<PMA>(std::move(x), y);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/experimental/memory/memory.polymorphic.allocator.class/memory.polymorphic.allocator.mem/
construct_piecewise_pair.pass.cpp 58 void test_pmr_uses_allocator(std::tuple<TTypes...> ttuple, std::tuple<UTypes...> utuple) function
93 test_pmr_uses_allocator<ERT>(t1, t1);
94 test_pmr_uses_allocator<PMR>(t1, t1);
95 test_pmr_uses_allocator<PMA>(t1, t1);
100 test_pmr_uses_allocator<ERT>(t1, t2);
101 test_pmr_uses_allocator<ERT>(t2, t1);
102 test_pmr_uses_allocator<PMR>(t1, t2);
103 test_pmr_uses_allocator<PMR>(t2, t1);
104 test_pmr_uses_allocator<PMA>(t1, t2);
105 test_pmr_uses_allocator<PMA>(t2, t1)
    [all...]
construct_pair_const_lvalue_pair.pass.cpp 70 void test_pmr_uses_allocator(std::pair<TT, UU> const& p) function
105 test_pmr_uses_allocator<ERT>(p);
106 test_pmr_uses_allocator<PMR>(p);
107 test_pmr_uses_allocator<PMA>(p);
113 test_pmr_uses_allocator<ERT>(p);
114 test_pmr_uses_allocator<PMR>(p);
115 test_pmr_uses_allocator<PMA>(p);
construct_pair_rvalue.pass.cpp 69 void test_pmr_uses_allocator(std::pair<TT, UU>&& p) function
102 test_pmr_uses_allocator<ERT>(std::move(p));
103 test_pmr_uses_allocator<PMR>(std::move(p));
104 test_pmr_uses_allocator<PMA>(std::move(p));
110 test_pmr_uses_allocator<ERT>(std::move(p));
111 test_pmr_uses_allocator<PMR>(std::move(p));
112 test_pmr_uses_allocator<PMA>(std::move(p));
construct_pair_values.pass.cpp 68 void test_pmr_uses_allocator(TT&& t, UU&& u) function
104 test_pmr_uses_allocator<ERT>(x, std::move(y));
105 test_pmr_uses_allocator<PMR>(x, std::move(y));
106 test_pmr_uses_allocator<PMA>(x, std::move(y));
111 test_pmr_uses_allocator<ERT>(std::move(x), y);
112 test_pmr_uses_allocator<PMR>(std::move(x), y);
113 test_pmr_uses_allocator<PMA>(std::move(x), y);

Completed in 456 milliseconds