Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/common/
Dlist_map.h135 void insert_or_assign(const_iterator pos, const Key& key, T value) { in insert_or_assign() function
147 void insert_or_assign(const Key& key, T value) { insert_or_assign(end(), key, std::move(value)); } in insert_or_assign() function
Dlru_cache.h132 std::optional<node_type> insert_or_assign(const Key& key, T value) { in insert_or_assign() function