/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multimap/multimap.modifiers/ |
D | emplace.pass.cpp | 38 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()
|
D | emplace_hint.pass.cpp | 38 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/ |
D | emplace_hint.pass.cpp | 37 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()
|
D | emplace.pass.cpp | 32 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/ |
D | emplace_hint.pass.cpp | 38 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()
|
D | emplace.pass.cpp | 40 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/ |
D | emplace.pass.cpp | 32 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()
|
D | emplace_hint.pass.cpp | 37 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/ |
D | utility.cpp | 15 const piecewise_construct_t piecewise_construct = {}; variable
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/utility/pairs/pairs.pair/ |
D | piecewise.pass.cpp | 29 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/ |
D | piecewise_construct.pass.cpp | 46 std::pair<A, B> p(std::piecewise_construct, in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | utility | 99 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();
|
D | scoped_allocator | 75 void construct(pair<T1, T2>* p, piecewise_construct t, tuple<Args1...> x,
|
D | functional | 1303 : __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)),
|
D | memory | 3700 : __data_(piecewise_construct, _VSTD::forward_as_tuple(__a),
|
/ndk/tests/device/test-libc++-static-full/jni/ |
D | Android.mk | 4525 $(call gen-test, utilities/utility/pairs/pair.piecewise/piecewise_construct)
|
/ndk/tests/device/test-libc++-shared-full/jni/ |
D | Android.mk | 4534 $(call gen-test, utilities/utility/pairs/pair.piecewise/piecewise_construct)
|