Home
last modified time | relevance | path

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

/system/bt/gd/common/
Dlist_map.h143 void insert_or_assign(const_iterator pos, const Key& key, T value) { in insert_or_assign() function
154 void insert_or_assign(const Key& key, T value) { in insert_or_assign() function
Dlru_cache.h139 std::optional<node_type> insert_or_assign(const Key& key, T value) { in insert_or_assign() function