/external/webrtc/third_party/abseil-cpp/absl/container/internal/ |
D | raw_hash_map.h | 121 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/ |
D | raw_hash_map.h | 121 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
|
D | btree_container.h | 454 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/ |
D | raw_hash_map.h | 121 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/ |
D | raw_hash_map.h | 121 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
|
D | btree_container.h | 435 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/ |
D | raw_hash_map.h | 121 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
|
D | btree_container.h | 435 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/ |
D | raw_hash_map.h | 122 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
|
D | btree_container.h | 454 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
|