Home
last modified time | relevance | path

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

123

/third_party/boost/libs/container/test/
Dpair_test.cpp64 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 …]
Dscoped_allocator_adaptor_test.cpp909 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/
Demplace_tests.cpp344 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 …]
Dunnecessary_copy_tests.cpp472 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()
Dinsert_tests.cpp1135 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/
Dnode_hash_map_test.cc104 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/
Dnode_hash_map_test.cc104 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/
Dfwd.hpp53 using std::piecewise_construct;
58 const piecewise_construct_t piecewise_construct = piecewise_construct_t();
/third_party/boost/boost/poly_collection/detail/
Dallocator_adaptor.hpp159 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/
Dcontainer_memory_test.cc141 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()
Dcontainer_memory.h135 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()
Draw_hash_set_benchmark.cc62 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/
Dhttp_server_fast.cpp168 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/
Dcontainer_memory_test.cc141 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()
Dcontainer_memory.h135 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/
DLexicalScopes.cpp171 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()
DLiveStacks.cpp63 std::piecewise_construct, std::forward_as_tuple(Slot), in getOrCreateInterval()
/third_party/boost/libs/unordered/doc/
Dcompliance.qbk100 `piecewise_construct` based constructor is very useful, `emplace`
101 emulates it with a `piecewise_construct` in the `boost::unordered`
107 boost::unordered::piecewise_construct,
Dchanges.qbk172 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/
DPassResourceUsageTracker.cpp42 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/
Dmessage.hpp287 : message(std::piecewise_construct, in message()
300 : message(std::piecewise_construct, in message()
/third_party/boost/boost/beast/http/impl/
Dmessage.hpp287 : message(std::piecewise_construct, in message()
300 : message(std::piecewise_construct, in message()
/third_party/gn/src/base/containers/
Dflat_map.h334 key, std::piecewise_construct,
346 hint, key, std::piecewise_construct,
/third_party/boost/libs/unordered/test/exception/
Dinsert_exception_tests.cpp262 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/
Dpair.hpp133 static piecewise_construct_t piecewise_construct = BOOST_CONTAINER_DOC1ST(unspecified, *std_piecewi… variable
143 { (void)&::boost::container::piecewise_construct; } in piecewise_construct_use()

123