Home
last modified time | relevance | path

Searched refs:try_emplace_impl (Results 1 – 10 of 10) sorted by relevance

/external/webrtc/third_party/abseil-cpp/absl/container/internal/
Draw_hash_map.h121 return try_emplace_impl(std::forward<K>(k), std::forward<Args>(args)...); in try_emplace()
128 return try_emplace_impl(k, std::forward<Args>(args)...); in try_emplace()
183 std::pair<iterator, bool> try_emplace_impl(K&& k, Args&&... args) { in try_emplace_impl() function
/external/openscreen/third_party/abseil/src/absl/container/internal/
Draw_hash_map.h121 return try_emplace_impl(std::forward<K>(k), std::forward<Args>(args)...); in try_emplace()
128 return try_emplace_impl(k, std::forward<Args>(args)...); in try_emplace()
183 std::pair<iterator, bool> try_emplace_impl(K&& k, Args&&... args) { in try_emplace_impl() function
Dbtree_container.h454 return try_emplace_impl(k, std::forward<Args>(args)...); in try_emplace()
460 return try_emplace_impl(std::forward<K>(k), std::forward<Args>(args)...); in try_emplace()
517 std::pair<iterator, bool> try_emplace_impl(K &&k, Args &&... args) { in try_emplace_impl() function
/external/abseil-cpp/absl/container/internal/
Draw_hash_map.h121 return try_emplace_impl(std::forward<K>(k), std::forward<Args>(args)...); in try_emplace()
128 return try_emplace_impl(k, std::forward<Args>(args)...); in try_emplace()
183 std::pair<iterator, bool> try_emplace_impl(K&& k, Args&&... args) { in try_emplace_impl() function
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/container/internal/
Draw_hash_map.h121 return try_emplace_impl(std::forward<K>(k), std::forward<Args>(args)...); in try_emplace()
128 return try_emplace_impl(k, std::forward<Args>(args)...); in try_emplace()
183 std::pair<iterator, bool> try_emplace_impl(K&& k, Args&&... args) { in try_emplace_impl() function
Dbtree_container.h435 return try_emplace_impl(k, std::forward<Args>(args)...); in try_emplace()
441 return try_emplace_impl(std::forward<K>(k), std::forward<Args>(args)...); in try_emplace()
498 std::pair<iterator, bool> try_emplace_impl(K &&k, Args &&... args) { in try_emplace_impl() function
/external/libtextclassifier/abseil-cpp/absl/container/internal/
Draw_hash_map.h121 return try_emplace_impl(std::forward<K>(k), std::forward<Args>(args)...); in try_emplace()
128 return try_emplace_impl(k, std::forward<Args>(args)...); in try_emplace()
183 std::pair<iterator, bool> try_emplace_impl(K&& k, Args&&... args) { in try_emplace_impl() function
Dbtree_container.h435 return try_emplace_impl(k, std::forward<Args>(args)...); in try_emplace()
441 return try_emplace_impl(std::forward<K>(k), std::forward<Args>(args)...); in try_emplace()
498 std::pair<iterator, bool> try_emplace_impl(K &&k, Args &&... args) { in try_emplace_impl() function
/external/angle/third_party/abseil-cpp/absl/container/internal/
Draw_hash_map.h122 return try_emplace_impl(std::forward<K>(k), std::forward<Args>(args)...); in try_emplace()
129 return try_emplace_impl(k, std::forward<Args>(args)...); in try_emplace()
184 std::pair<iterator, bool> try_emplace_impl(K&& k, Args&&... args) { in try_emplace_impl() function
Dbtree_container.h454 return try_emplace_impl(k, std::forward<Args>(args)...); in try_emplace()
460 return try_emplace_impl(std::forward<K>(k), std::forward<Args>(args)...); in try_emplace()
517 std::pair<iterator, bool> try_emplace_impl(K &&k, Args &&... args) { in try_emplace_impl() function