/third_party/boost/libs/container/test/ |
D | pair_test.cpp | 64 boost::container::dtl::pair<int, float> p(piecewise_construct, tuple<>(), tuple<>()); in main() 69 … boost::container::dtl::pair<int, float> p(piecewise_construct, tuple<>(), tuple<float>(2.f)); in main() 74 … boost::container::dtl::pair<int, float> p(piecewise_construct, tuple<int>(2), tuple<float>(1.f)); in main() 82 > p(piecewise_construct, tuple<int, float>(3, 4.f), tuple<double, char>(8.,'a')); in main() 92 > p(piecewise_construct, tuple<int, float, double>(3, 16.f, 32.), tuple<char>('b')); in main() 103 boost::container::dtl::pair<int, float> p(piecewise_construct, tuple<>(), tuple<>()); in main() 108 … boost::container::dtl::pair<int, float> p(piecewise_construct, tuple<>(), tuple<float>(2.f)); in main() 113 … boost::container::dtl::pair<int, float> p(piecewise_construct, tuple<int>(2), tuple<float>(1.f)); in main() 121 > p(piecewise_construct, tuple<int, float>(3, 4.f), tuple<double, char>(8.,'a')); in main() 131 > p(piecewise_construct, tuple<int, float, double>(3, 16.f, 32.), tuple<char>('b')); in main() [all …]
|
D | scoped_allocator_adaptor_test.cpp | 909 s0i.construct(&dummy, piecewise_construct, std::tuple<>(), std::tuple<>()); in main() 921 s0i.construct(&dummy, piecewise_construct, std::tuple<>(), std::tuple<>()); in main() 933 s0i.construct(&dummy, piecewise_construct, std::tuple<>(), std::tuple<>()); in main() 945 s0i.construct(&dummy, piecewise_construct, std::tuple<>(), std::tuple<>()); in main() 957 s0i.construct(&dummy, piecewise_construct, std::tuple<>(), std::tuple<>()); in main() 969 s0i.construct(&dummy, piecewise_construct, std::tuple<>(), std::tuple<>()); in main() 1020 s0i.construct(&dummy, piecewise_construct, boost::tuple<int>(1), boost::tuple<int>(1)); in main() 1032 s0i.construct(&dummy, piecewise_construct, boost::tuple<int>(1), boost::tuple<int>(1)); in main() 1044 s0i.construct(&dummy, piecewise_construct, boost::tuple<int>(2), boost::tuple<int>(2)); in main() 1058 s0i.construct(&dummy, piecewise_construct, std::tuple<int>(1), std::tuple<int>(1)); in main() [all …]
|
/third_party/boost/libs/unordered/test/unordered/ |
D | emplace_tests.cpp | 344 r1 = x.emplace(boost::unordered::piecewise_construct, in UNORDERED_AUTO_TEST() 354 r2 = x.emplace(boost::unordered::piecewise_construct, in UNORDERED_AUTO_TEST() 370 r1 = x.emplace(boost::unordered::piecewise_construct, in UNORDERED_AUTO_TEST() 383 x.emplace_hint(r1.first, boost::unordered::piecewise_construct, in UNORDERED_AUTO_TEST() 387 x.emplace_hint(r2.first, boost::unordered::piecewise_construct, in UNORDERED_AUTO_TEST() 391 x.emplace_hint(x.end(), boost::unordered::piecewise_construct, in UNORDERED_AUTO_TEST() 414 i1 = x.emplace(boost::unordered::piecewise_construct, in UNORDERED_AUTO_TEST() 424 i2 = x.emplace(boost::unordered::piecewise_construct, in UNORDERED_AUTO_TEST() 438 i1 = x.emplace(boost::unordered::piecewise_construct, in UNORDERED_AUTO_TEST() 448 i2 = x.emplace_hint(i2, boost::unordered::piecewise_construct, in UNORDERED_AUTO_TEST() [all …]
|
D | unnecessary_copy_tests.cpp | 472 x.emplace(boost::unordered::piecewise_construct, boost::make_tuple(), in UNORDERED_AUTO_TEST() 539 x.emplace(boost::unordered::piecewise_construct, in UNORDERED_AUTO_TEST() 548 x.emplace(boost::unordered::piecewise_construct, in UNORDERED_AUTO_TEST() 562 x.emplace(boost::unordered::piecewise_construct, in UNORDERED_AUTO_TEST() 572 x.emplace(boost::unordered::piecewise_construct, in UNORDERED_AUTO_TEST()
|
D | insert_tests.cpp | 1135 return boost::unordered::piecewise_construct; in operator boost::unordered::piecewise_construct_t() 1152 x.emplace(boost::unordered::piecewise_construct, boost::make_tuple(), in UNORDERED_AUTO_TEST() 1219 x.emplace(boost::unordered::piecewise_construct, boost::make_tuple(), in UNORDERED_AUTO_TEST() 1251 x.emplace(boost::unordered::piecewise_construct, boost::make_tuple(), in UNORDERED_AUTO_TEST() 1256 x.emplace(boost::unordered::piecewise_construct, boost::make_tuple(1), in UNORDERED_AUTO_TEST() 1321 x.emplace(PIECEWISE_NAMESPACE::piecewise_construct, 1371 x.emplace(PIECEWISE_NAMESPACE::piecewise_construct, 1408 x.emplace(PIECEWISE_NAMESPACE::piecewise_construct, 1413 x.emplace(PIECEWISE_NAMESPACE::piecewise_construct,
|
/third_party/skia/third_party/externals/abseil-cpp/absl/container/ |
D | node_hash_map_test.cc | 104 m.emplace(std::piecewise_construct, std::forward_as_tuple("a"), in TEST() 109 m.emplace(std::piecewise_construct, std::forward_as_tuple(std::string("a")), in TEST() 163 set1.emplace(std::piecewise_construct, std::make_tuple(7), in TEST() 165 set1.emplace(std::piecewise_construct, std::make_tuple(17), in TEST() 168 set2.emplace(std::piecewise_construct, std::make_tuple(7), in TEST() 170 set2.emplace(std::piecewise_construct, std::make_tuple(19), in TEST()
|
/third_party/abseil-cpp/absl/container/ |
D | node_hash_map_test.cc | 104 m.emplace(std::piecewise_construct, std::forward_as_tuple("a"), in TEST() 109 m.emplace(std::piecewise_construct, std::forward_as_tuple(std::string("a")), in TEST() 163 set1.emplace(std::piecewise_construct, std::make_tuple(7), in TEST() 165 set1.emplace(std::piecewise_construct, std::make_tuple(17), in TEST() 168 set2.emplace(std::piecewise_construct, std::make_tuple(7), in TEST() 170 set2.emplace(std::piecewise_construct, std::make_tuple(19), in TEST()
|
/third_party/boost/boost/unordered/detail/ |
D | fwd.hpp | 53 using std::piecewise_construct; 58 const piecewise_construct_t piecewise_construct = piecewise_construct_t();
|
/third_party/boost/boost/poly_collection/detail/ |
D | allocator_adaptor.hpp | 159 std::piecewise_construct, in construct() 174 construct(p,std::piecewise_construct,std::tuple<>{},std::tuple<>{}); in construct() 181 p,std::piecewise_construct, in construct() 190 p,std::piecewise_construct, in construct() 198 p,std::piecewise_construct, in construct()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/ |
D | container_memory_test.cc | 141 PairArgs(std::piecewise_construct, std::forward_as_tuple(1), in TEST() 213 EXPECT_EQ('A', TryDecomposePair(f, std::piecewise_construct, in TEST() 225 TryDecomposePair(f, std::piecewise_construct, std::make_tuple(), in TEST()
|
D | container_memory.h | 135 decltype(std::declval<F>()(std::declval<const K&>(), std::piecewise_construct, in decltype() argument 139 return std::forward<F>(f)(key, std::piecewise_construct, std::move(p.first), in decltype() 181 return {std::piecewise_construct, std::forward_as_tuple(std::forward<F>(f)), in PairArgs()
|
D | raw_hash_set_benchmark.cc | 62 std::declval<const absl::string_view&>(), std::piecewise_construct, 67 return std::forward<F>(f)(key, std::piecewise_construct, std::move(p.first), in apply_impl()
|
/third_party/boost/libs/beast/example/http/server/fast/ |
D | http_server_fast.cpp | 168 std::piecewise_construct, in read_request() 208 std::piecewise_construct, in send_bad_response() 264 std::piecewise_construct, in send_file()
|
/third_party/abseil-cpp/absl/container/internal/ |
D | container_memory_test.cc | 141 PairArgs(std::piecewise_construct, std::forward_as_tuple(1), in TEST() 212 EXPECT_EQ('A', TryDecomposePair(f, std::piecewise_construct, in TEST() 224 TryDecomposePair(f, std::piecewise_construct, std::make_tuple(), in TEST()
|
D | container_memory.h | 135 decltype(std::declval<F>()(std::declval<const K&>(), std::piecewise_construct, in decltype() argument 139 return std::forward<F>(f)(key, std::piecewise_construct, std::move(p.first), in decltype() 181 return {std::piecewise_construct, std::forward_as_tuple(std::forward<F>(f)), in PairArgs()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | LexicalScopes.cpp | 171 I = LexicalScopeMap.emplace(std::piecewise_construct, in getOrCreateRegularScope() 203 .emplace(std::piecewise_construct, std::forward_as_tuple(P), in getOrCreateInlinedScope() 223 I = AbstractScopeMap.emplace(std::piecewise_construct, in getOrCreateAbstractScope()
|
D | LiveStacks.cpp | 63 std::piecewise_construct, std::forward_as_tuple(Slot), in getOrCreateInterval()
|
/third_party/boost/libs/unordered/doc/ |
D | compliance.qbk | 100 `piecewise_construct` based constructor is very useful, `emplace` 101 emulates it with a `piecewise_construct` in the `boost::unordered` 107 boost::unordered::piecewise_construct,
|
D | changes.qbk | 172 longer does so. It does emulate the new `piecewise_construct` 174 `boost::piecewise_construct`. To use the old emulation of 346 * Use `std::piecewise_construct` on recent versions of Visual C++,
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
D | PassResourceUsageTracker.cpp | 42 std::piecewise_construct, std::forward_as_tuple(texture), in TextureViewUsedAs() 69 std::piecewise_construct, std::forward_as_tuple(texture), in AddRenderBundleTextureUsage()
|
/third_party/boost/libs/beast/include/boost/beast/http/impl/ |
D | message.hpp | 287 : message(std::piecewise_construct, in message() 300 : message(std::piecewise_construct, in message()
|
/third_party/boost/boost/beast/http/impl/ |
D | message.hpp | 287 : message(std::piecewise_construct, in message() 300 : message(std::piecewise_construct, in message()
|
/third_party/gn/src/base/containers/ |
D | flat_map.h | 334 key, std::piecewise_construct, 346 hint, key, std::piecewise_construct,
|
/third_party/boost/libs/unordered/test/exception/ |
D | insert_exception_tests.cpp | 262 x.emplace(boost::unordered::piecewise_construct, in operator ()() 271 x.emplace_hint(x.begin(), boost::unordered::piecewise_construct, in operator ()()
|
/third_party/boost/boost/container/detail/ |
D | pair.hpp | 133 static piecewise_construct_t piecewise_construct = BOOST_CONTAINER_DOC1ST(unspecified, *std_piecewi… variable 143 { (void)&::boost::container::piecewise_construct; } in piecewise_construct_use()
|