Home
last modified time | relevance | path

Searched refs:try_emplace (Results 1 – 25 of 330) sorted by relevance

12345678910>>...14

/external/swiftshader/src/Reactor/
DLLVMJIT.cpp455 functions.try_emplace("rr::DebugPrintf", reinterpret_cast<void *>(rr::DebugPrintf)); in Resolver()
457 functions.try_emplace("nop", reinterpret_cast<void *>(nop)); in Resolver()
458 functions.try_emplace("floorf", reinterpret_cast<void *>(floorf)); in Resolver()
459 functions.try_emplace("nearbyintf", reinterpret_cast<void *>(nearbyintf)); in Resolver()
460 functions.try_emplace("truncf", reinterpret_cast<void *>(truncf)); in Resolver()
461 functions.try_emplace("printf", reinterpret_cast<void *>(printf)); in Resolver()
462 functions.try_emplace("puts", reinterpret_cast<void *>(puts)); in Resolver()
463 functions.try_emplace("fmodf", reinterpret_cast<void *>(fmodf)); in Resolver()
465 functions.try_emplace("sinf", reinterpret_cast<void *>(sinf)); in Resolver()
466 functions.try_emplace("cosf", reinterpret_cast<void *>(cosf)); in Resolver()
[all …]
/external/llvm-project/lldb/tools/lldb-vscode/
DJSONUtils.cpp33 obj.try_emplace(key, str.str()); in EmplaceSafeString()
35 obj.try_emplace(key, llvm::json::fixUTF8(str)); in EmplaceSafeString()
160 response.try_emplace("type", "response"); in FillResponse()
161 response.try_emplace("seq", (int64_t)0); in FillResponse()
164 response.try_emplace("request_seq", seq); in FillResponse()
165 response.try_emplace("success", true); in FillResponse()
231 object.try_emplace("variablesReference", variablesReference); in CreateScope()
232 object.try_emplace("expensive", expensive); in CreateScope()
233 object.try_emplace("namedVariables", namedVariables); in CreateScope()
294 object.try_emplace("verified", bp.GetNumResolvedLocations() > 0); in CreateBreakpoint()
[all …]
Dlldb-vscode.cpp159 body.try_emplace("exitCode", (int64_t)process.GetExitStatus()); in SendProcessExitedEvent()
160 event.try_emplace("body", std::move(body)); in SendProcessExitedEvent()
167 body.try_emplace("reason", "exited"); in SendThreadExitedEvent()
168 body.try_emplace("threadId", (int64_t)tid); in SendThreadExitedEvent()
169 event.try_emplace("body", std::move(body)); in SendThreadExitedEvent()
321 body.try_emplace("systemProcessId", (int64_t)pid); in SendProcessEvent()
322 body.try_emplace("isLocalProcess", true); in SendProcessEvent()
335 body.try_emplace("startMethod", startMethod); in SendProcessEvent()
336 event.try_emplace("body", std::move(body)); in SendProcessEvent()
437 body.try_emplace("breakpoint", source_bp); in EventThreadFunction()
[all …]
/external/llvm-project/libcxx/test/std/containers/unord/unord.map/unord.map.modifiers/
Dtry.emplace.pass.cpp80 r = m.try_emplace(i, std::move(mv1)); in main()
87 r = m.try_emplace(-1, std::move(mv1)); in main()
95 r = m.try_emplace(5, std::move(mv2)); in main()
103 r = m.try_emplace(117, std::move(mv2)); in main()
122 r = m.try_emplace(std::move(mvkey1), std::move(mv1)); in main()
130 r = m.try_emplace(std::move(mvkey2), std::move(mv1)); in main()
144 m.try_emplace ( i, Moveable(i, (double) i)); in main()
151 r = m.try_emplace(it, i, std::move(mv1)); in main()
158 r = m.try_emplace(it, 3, std::move(mv1)); in main()
176 r = m.try_emplace(it, std::move(mvkey1), std::move(mv1)); in main()
[all …]
/external/libcxx/test/std/containers/associative/map/map.modifiers/
Dtry.emplace.pass.cpp72 r = m.try_emplace(i, std::move(mv1)); in main()
79 r = m.try_emplace(-1, std::move(mv1)); in main()
87 r = m.try_emplace(5, std::move(mv2)); in main()
95 r = m.try_emplace(117, std::move(mv2)); in main()
114 r = m.try_emplace(std::move(mvkey1), std::move(mv1)); in main()
122 r = m.try_emplace(std::move(mvkey2), std::move(mv1)); in main()
136 m.try_emplace ( i, Moveable(i, (double) i)); in main()
143 r = m.try_emplace(it, i, std::move(mv1)); in main()
150 r = m.try_emplace(it, 3, std::move(mv1)); in main()
168 r = m.try_emplace(it, std::move(mvkey1), std::move(mv1)); in main()
[all …]
/external/llvm-project/libcxx/test/std/containers/associative/map/map.modifiers/
Dtry.emplace.pass.cpp73 r = m.try_emplace(i, std::move(mv1)); in main()
80 r = m.try_emplace(-1, std::move(mv1)); in main()
88 r = m.try_emplace(5, std::move(mv2)); in main()
96 r = m.try_emplace(117, std::move(mv2)); in main()
115 r = m.try_emplace(std::move(mvkey1), std::move(mv1)); in main()
123 r = m.try_emplace(std::move(mvkey2), std::move(mv1)); in main()
137 m.try_emplace ( i, Moveable(i, (double) i)); in main()
144 r = m.try_emplace(it, i, std::move(mv1)); in main()
151 r = m.try_emplace(it, 3, std::move(mv1)); in main()
169 r = m.try_emplace(it, std::move(mvkey1), std::move(mv1)); in main()
[all …]
/external/libcxx/test/std/containers/unord/unord.map/unord.map.modifiers/
Dtry.emplace.pass.cpp79 r = m.try_emplace(i, std::move(mv1)); in main()
86 r = m.try_emplace(-1, std::move(mv1)); in main()
94 r = m.try_emplace(5, std::move(mv2)); in main()
102 r = m.try_emplace(117, std::move(mv2)); in main()
121 r = m.try_emplace(std::move(mvkey1), std::move(mv1)); in main()
129 r = m.try_emplace(std::move(mvkey2), std::move(mv1)); in main()
143 m.try_emplace ( i, Moveable(i, (double) i)); in main()
150 r = m.try_emplace(it, i, std::move(mv1)); in main()
157 r = m.try_emplace(it, 3, std::move(mv1)); in main()
175 r = m.try_emplace(it, std::move(mvkey1), std::move(mv1)); in main()
[all …]
/external/abseil-cpp/absl/container/
Dflat_hash_map_test.cc77 m.try_emplace(Int(1), Int(2)); in TEST()
78 m.try_emplace(Int(3), Int(4)); in TEST()
84 m.try_emplace(Int(1), Int(2)); in TEST()
85 m.try_emplace(Int(3), Int(4)); in TEST()
169 m.try_emplace(LazyInt(2, &conversions), 3); in TEST()
176 m.try_emplace(LazyInt(2, &conversions), 4); in TEST()
198 m.try_emplace(n); in TEST()
199 m.try_emplace(m.end(), n); in TEST()
/external/webrtc/third_party/abseil-cpp/absl/container/
Dflat_hash_map_test.cc77 m.try_emplace(Int(1), Int(2)); in TEST()
78 m.try_emplace(Int(3), Int(4)); in TEST()
84 m.try_emplace(Int(1), Int(2)); in TEST()
85 m.try_emplace(Int(3), Int(4)); in TEST()
169 m.try_emplace(LazyInt(2, &conversions), 3); in TEST()
176 m.try_emplace(LazyInt(2, &conversions), 4); in TEST()
198 m.try_emplace(n); in TEST()
199 m.try_emplace(m.end(), n); in TEST()
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/container/
Dflat_hash_map_test.cc91 m.try_emplace(Int(1), Int(2)); in TEST()
92 m.try_emplace(Int(3), Int(4)); in TEST()
98 m.try_emplace(Int(1), Int(2)); in TEST()
99 m.try_emplace(Int(3), Int(4)); in TEST()
183 m.try_emplace(LazyInt(2, &conversions), 3); in TEST()
190 m.try_emplace(LazyInt(2, &conversions), 4); in TEST()
212 m.try_emplace(n); in TEST()
213 m.try_emplace(m.end(), n); in TEST()
/external/openscreen/third_party/abseil/src/absl/container/
Dflat_hash_map_test.cc91 m.try_emplace(Int(1), Int(2)); in TEST()
92 m.try_emplace(Int(3), Int(4)); in TEST()
98 m.try_emplace(Int(1), Int(2)); in TEST()
99 m.try_emplace(Int(3), Int(4)); in TEST()
183 m.try_emplace(LazyInt(2, &conversions), 3); in TEST()
190 m.try_emplace(LazyInt(2, &conversions), 4); in TEST()
212 m.try_emplace(n); in TEST()
213 m.try_emplace(m.end(), n); in TEST()
/external/libtextclassifier/abseil-cpp/absl/container/
Dflat_hash_map_test.cc91 m.try_emplace(Int(1), Int(2)); in TEST()
92 m.try_emplace(Int(3), Int(4)); in TEST()
98 m.try_emplace(Int(1), Int(2)); in TEST()
99 m.try_emplace(Int(3), Int(4)); in TEST()
183 m.try_emplace(LazyInt(2, &conversions), 3); in TEST()
190 m.try_emplace(LazyInt(2, &conversions), 4); in TEST()
212 m.try_emplace(n); in TEST()
213 m.try_emplace(m.end(), n); in TEST()
/external/abseil-cpp/absl/container/internal/
Draw_hash_map.h120 std::pair<iterator, bool> try_emplace(key_arg<K>&& k, Args&&... args) { in try_emplace() function
127 std::pair<iterator, bool> try_emplace(const key_arg<K>& k, Args&&... args) { in try_emplace() function
132 iterator try_emplace(const_iterator, key_arg<K>&& k, Args&&... args) { in try_emplace() function
133 return try_emplace(std::forward<K>(k), std::forward<Args>(args)...).first; in try_emplace()
137 iterator try_emplace(const_iterator, const key_arg<K>& k, Args&&... args) { in try_emplace() function
138 return try_emplace(k, std::forward<Args>(args)...).first; in try_emplace()
163 return Policy::value(&*try_emplace(std::forward<K>(key)).first);
168 return Policy::value(&*try_emplace(key).first);
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/container/internal/
Draw_hash_map.h120 std::pair<iterator, bool> try_emplace(key_arg<K>&& k, Args&&... args) { in try_emplace() function
127 std::pair<iterator, bool> try_emplace(const key_arg<K>& k, Args&&... args) { in try_emplace() function
132 iterator try_emplace(const_iterator, key_arg<K>&& k, Args&&... args) { in try_emplace() function
133 return try_emplace(std::forward<K>(k), std::forward<Args>(args)...).first; in try_emplace()
137 iterator try_emplace(const_iterator, const key_arg<K>& k, Args&&... args) { in try_emplace() function
138 return try_emplace(k, std::forward<Args>(args)...).first; in try_emplace()
163 return Policy::value(&*try_emplace(std::forward<K>(key)).first);
168 return Policy::value(&*try_emplace(key).first);
/external/openscreen/third_party/abseil/src/absl/container/internal/
Draw_hash_map.h120 std::pair<iterator, bool> try_emplace(key_arg<K>&& k, Args&&... args) { in try_emplace() function
127 std::pair<iterator, bool> try_emplace(const key_arg<K>& k, Args&&... args) { in try_emplace() function
132 iterator try_emplace(const_iterator, key_arg<K>&& k, Args&&... args) { in try_emplace() function
133 return try_emplace(std::forward<K>(k), std::forward<Args>(args)...).first; in try_emplace()
137 iterator try_emplace(const_iterator, const key_arg<K>& k, Args&&... args) { in try_emplace() function
138 return try_emplace(k, std::forward<Args>(args)...).first; in try_emplace()
163 return Policy::value(&*try_emplace(std::forward<K>(key)).first);
168 return Policy::value(&*try_emplace(key).first);
/external/webrtc/third_party/abseil-cpp/absl/container/internal/
Draw_hash_map.h120 std::pair<iterator, bool> try_emplace(key_arg<K>&& k, Args&&... args) { in try_emplace() function
127 std::pair<iterator, bool> try_emplace(const key_arg<K>& k, Args&&... args) { in try_emplace() function
132 iterator try_emplace(const_iterator, key_arg<K>&& k, Args&&... args) { in try_emplace() function
133 return try_emplace(std::forward<K>(k), std::forward<Args>(args)...).first; in try_emplace()
137 iterator try_emplace(const_iterator, const key_arg<K>& k, Args&&... args) { in try_emplace() function
138 return try_emplace(k, std::forward<Args>(args)...).first; in try_emplace()
163 return Policy::value(&*try_emplace(std::forward<K>(key)).first);
168 return Policy::value(&*try_emplace(key).first);
/external/libtextclassifier/abseil-cpp/absl/container/internal/
Draw_hash_map.h120 std::pair<iterator, bool> try_emplace(key_arg<K>&& k, Args&&... args) { in try_emplace() function
127 std::pair<iterator, bool> try_emplace(const key_arg<K>& k, Args&&... args) { in try_emplace() function
132 iterator try_emplace(const_iterator, key_arg<K>&& k, Args&&... args) { in try_emplace() function
133 return try_emplace(std::forward<K>(k), std::forward<Args>(args)...).first; in try_emplace()
137 iterator try_emplace(const_iterator, const key_arg<K>& k, Args&&... args) { in try_emplace() function
138 return try_emplace(k, std::forward<Args>(args)...).first; in try_emplace()
163 return Policy::value(&*try_emplace(std::forward<K>(key)).first);
168 return Policy::value(&*try_emplace(key).first);
/external/tensorflow/tensorflow/compiler/mlir/
Dop_or_arg_name_mapper.cc47 auto prefix_it = name_to_count_.try_emplace(prefix, 0); in GetUniqueName()
69 auto probe_name_it = name_to_count_.try_emplace(probe_name, 1); in GetUniqueName()
96 auto it = name_to_count_.try_emplace(name, 0); in InitOpName()
97 auto inserted = op_or_val_to_name_.try_emplace( in InitOpName()
/external/llvm-project/clang-tools-extra/clangd/
DFileDistance.cpp84 auto R = Cache.try_emplace(Hash, Cost); in FileDistance()
109 Cache.try_emplace(Child, Unreachable).first->getSecond(); in FileDistance()
143 Cache.try_emplace(Hash, Cost); in distance()
150 auto R = Cache.try_emplace(llvm::hash_value(URI), FileDistance::Unreachable); in distance()
168 SchemeSources.try_emplace(U->body(), Source.getValue()); in forScheme()
/external/llvm-project/clang-tools-extra/clangd/index/
DFileIndex.cpp108 auto Entry = IG.try_emplace(URI).first; in getSubGraph()
115 auto I = IG.try_emplace(Include).first; in getSubGraph()
131 auto It = Shards.try_emplace(S.CanonicalDeclaration.FileURI); in FileShardedIndex()
137 auto It = Shards.try_emplace(S.Definition.FileURI); in FileShardedIndex()
146 const auto It = Shards.try_emplace(R.Location.FileURI); in FileShardedIndex()
173 auto ShardIt = Shards.try_emplace(It.first()); in FileShardedIndex()
294 auto I = Merged.try_emplace(Sym.ID, Sym); in buildIndex()
344 AllRefs.try_emplace( in buildIndex()
DIndexAction.cpp66 auto I = IG.try_emplace(*URI).first; in FileChanged()
100 auto NodeForInclude = IG.try_emplace(*IncludeURI).first->getKey(); in InclusionDirective()
101 auto NodeForIncluding = IG.try_emplace(*IncludingURI); in InclusionDirective()
113 auto I = IG.try_emplace(*URI); in FileSkipped()
/external/tensorflow/tensorflow/core/profiler/utils/
Dxplane_builder.cc37 event_metadata_by_name_.try_emplace(metadata.name(), &metadata); in XPlaneBuilder()
45 stat_metadata_by_name_.try_emplace(metadata.name(), &metadata); in XPlaneBuilder()
49 lines_by_id_.try_emplace(line.id(), &line); in XPlaneBuilder()
/external/llvm-project/flang/include/flang/Semantics/
Dscope.h141 std::pair<iterator, bool> try_emplace(
143 return try_emplace(name, attrs, UnknownDetails());
147 common::IfNoLvalue<std::pair<iterator, bool>, D> try_emplace( in try_emplace() function
149 return try_emplace(name, Attrs(), std::move(details)); in try_emplace()
153 common::IfNoLvalue<std::pair<iterator, bool>, D> try_emplace( in try_emplace() function
/external/libchrome/base/containers/
Dflat_map_unittest.cc262 auto result = m.try_emplace(std::move(key), std::move(val1), std::move(val2)); in TEST()
278 result = m.try_emplace(std::move(key), std::move(paired_val)); in TEST()
291 map.try_emplace(MoveOnlyInt(i), i); in TEST()
308 m.try_emplace(m.end(), std::move(key), std::move(val1), std::move(val2)); in TEST()
325 result = m.try_emplace(m.end(), std::move(key), std::move(paired_val)); in TEST()
337 map.try_emplace(map.end(), MoveOnlyInt(i), i); in TEST()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
DGISelWorkList.h70 if (!WorklistMap.try_emplace(Worklist[i], i).second) in finalize()
80 if (WorklistMap.try_emplace(I, Worklist.size()).second) in insert()

12345678910>>...14