Home
last modified time | relevance | path

Searched refs:piecewise_construct (Results 1 – 17 of 17) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multimap/multimap.modifiers/
Demplace.pass.cpp38 r = m.emplace(std::piecewise_construct, std::forward_as_tuple(1), in main()
45 r = m.emplace(std::piecewise_construct, std::forward_as_tuple(1), in main()
58 R r = m.emplace(std::piecewise_construct, std::forward_as_tuple(2), in main()
64 r = m.emplace(std::piecewise_construct, std::forward_as_tuple(1), in main()
70 r = m.emplace(std::piecewise_construct, std::forward_as_tuple(1), in main()
99 r = m.emplace(std::piecewise_construct, std::forward_as_tuple(1), in main()
106 r = m.emplace(std::piecewise_construct, std::forward_as_tuple(1), in main()
119 R r = m.emplace(std::piecewise_construct, std::forward_as_tuple(2), in main()
125 r = m.emplace(std::piecewise_construct, std::forward_as_tuple(1), in main()
131 r = m.emplace(std::piecewise_construct, std::forward_as_tuple(1), in main()
Demplace_hint.pass.cpp38 r = m.emplace_hint(m.cend(), std::piecewise_construct, in main()
46 r = m.emplace_hint(m.cend(), std::piecewise_construct, in main()
60 R r = m.emplace_hint(m.cend(), std::piecewise_construct, in main()
67 r = m.emplace_hint(m.cbegin(), std::piecewise_construct, in main()
74 r = m.emplace_hint(m.cbegin(), std::piecewise_construct, in main()
104 r = m.emplace_hint(m.cend(), std::piecewise_construct, in main()
112 r = m.emplace_hint(m.cend(), std::piecewise_construct, in main()
126 R r = m.emplace_hint(m.cend(), std::piecewise_construct, in main()
133 r = m.emplace_hint(m.cbegin(), std::piecewise_construct, in main()
140 r = m.emplace_hint(m.cbegin(), std::piecewise_construct, in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.map/unorder.map.modifiers/
Demplace_hint.pass.cpp37 R r = c.emplace_hint(e, std::piecewise_construct, std::forward_as_tuple(3), in main()
48 r = c.emplace_hint(c.end(), std::piecewise_construct, std::forward_as_tuple(5), in main()
61 R r = c.emplace_hint(e, std::piecewise_construct, std::forward_as_tuple(3), in main()
72 r = c.emplace_hint(c.end(), std::piecewise_construct, std::forward_as_tuple(5), in main()
86 R r = c.emplace_hint(c2.end(), std::piecewise_construct, in main()
Demplace.pass.cpp32 R r = c.emplace(std::piecewise_construct, std::forward_as_tuple(3), in main()
45 r = c.emplace(std::piecewise_construct, std::forward_as_tuple(5), in main()
58 R r = c.emplace(std::piecewise_construct, std::forward_as_tuple(3), in main()
71 r = c.emplace(std::piecewise_construct, std::forward_as_tuple(5), in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/map/map.modifiers/
Demplace_hint.pass.cpp38 r = m.emplace_hint(m.end(), std::piecewise_construct, in main()
46 r = m.emplace_hint(m.end(), std::piecewise_construct, in main()
60 R r = m.emplace_hint(m.end(), std::piecewise_construct, in main()
67 r = m.emplace_hint(m.end(), std::piecewise_construct, in main()
74 r = m.emplace_hint(m.end(), std::piecewise_construct, in main()
104 r = m.emplace_hint(m.end(), std::piecewise_construct, in main()
112 r = m.emplace_hint(m.end(), std::piecewise_construct, in main()
126 R r = m.emplace_hint(m.end(), std::piecewise_construct, in main()
133 r = m.emplace_hint(m.end(), std::piecewise_construct, in main()
140 r = m.emplace_hint(m.end(), std::piecewise_construct, in main()
Demplace.pass.cpp40 r = m.emplace(std::piecewise_construct, std::forward_as_tuple(1), in main()
48 r = m.emplace(std::piecewise_construct, std::forward_as_tuple(1), in main()
62 R r = m.emplace(std::piecewise_construct, std::forward_as_tuple(2), in main()
69 r = m.emplace(std::piecewise_construct, std::forward_as_tuple(1), in main()
76 r = m.emplace(std::piecewise_construct, std::forward_as_tuple(1), in main()
108 r = m.emplace(std::piecewise_construct, std::forward_as_tuple(1), in main()
116 r = m.emplace(std::piecewise_construct, std::forward_as_tuple(1), in main()
130 R r = m.emplace(std::piecewise_construct, std::forward_as_tuple(2), in main()
137 r = m.emplace(std::piecewise_construct, std::forward_as_tuple(1), in main()
144 r = m.emplace(std::piecewise_construct, std::forward_as_tuple(1), in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multimap/unord.multimap.modifiers/
Demplace.pass.cpp32 R r = c.emplace(std::piecewise_construct, std::forward_as_tuple(3), in main()
43 r = c.emplace(std::piecewise_construct, std::forward_as_tuple(5), in main()
55 R r = c.emplace(std::piecewise_construct, std::forward_as_tuple(3), in main()
66 r = c.emplace(std::piecewise_construct, std::forward_as_tuple(5), in main()
Demplace_hint.pass.cpp37 R r = c.emplace_hint(e, std::piecewise_construct, std::forward_as_tuple(3), in main()
49 r = c.emplace_hint(r, std::piecewise_construct, std::forward_as_tuple(3), in main()
69 R r = c.emplace_hint(e, std::piecewise_construct, std::forward_as_tuple(3), in main()
81 r = c.emplace_hint(r, std::piecewise_construct, std::forward_as_tuple(3), in main()
102 R r = c.emplace_hint(c2.end(), std::piecewise_construct, in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
Dutility.cpp15 const piecewise_construct_t piecewise_construct = {}; variable
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/utility/pairs/pairs.pair/
Dpiecewise.pass.cpp29 P3 p3(std::piecewise_construct, std::tuple<int, int*>(3, nullptr), in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/utility/pairs/pair.piecewise/
Dpiecewise_construct.pass.cpp46 std::pair<A, B> p(std::piecewise_construct, in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dutility99 constexpr piecewise_construct_t piecewise_construct = piecewise_construct_t();
242 extern const piecewise_construct_t piecewise_construct;// = piecewise_construct_t();
244 constexpr piecewise_construct_t piecewise_construct = piecewise_construct_t();
Dscoped_allocator75 void construct(pair<T1, T2>* p, piecewise_construct t, tuple<Args1...> x,
Dfunctional1303 : __f_(piecewise_construct, _VSTD::forward_as_tuple(_VSTD::move(__f)),
1307 : __f_(piecewise_construct, _VSTD::forward_as_tuple(__f),
1312 : __f_(piecewise_construct, _VSTD::forward_as_tuple(__f),
1317 : __f_(piecewise_construct, _VSTD::forward_as_tuple(_VSTD::move(__f)),
Dmemory3700 : __data_(piecewise_construct, _VSTD::forward_as_tuple(__a),
/ndk/tests/device/test-libc++-static-full/jni/
DAndroid.mk4525 $(call gen-test, utilities/utility/pairs/pair.piecewise/piecewise_construct)
/ndk/tests/device/test-libc++-shared-full/jni/
DAndroid.mk4534 $(call gen-test, utilities/utility/pairs/pair.piecewise/piecewise_construct)