Searched refs:try_emplace_impl (Results 1 – 2 of 2) sorted by relevance
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
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