Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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