Home
last modified time | relevance | path

Searched defs:try_emplace (Results 1 – 2 of 2) sorted by relevance

/system/bt/gd/common/
Dlru_cache.h162 std::tuple<iterator, bool, std::optional<node_type>> try_emplace(const Key& key, Args&&... args) { in try_emplace() function
Dlist_map.h123 std::pair<iterator, bool> try_emplace(const_iterator pos, const Key& key, Args&&... args) { in try_emplace() function