Home
last modified time | relevance | path

Searched refs:splice (Results 1 – 5 of 5) sorted by relevance

/system/bt/gd/common/
Dlist_map_test.cc151 list_map.splice(list_map.find(2), list_map_2, list_map_2.find(4)); in TEST()
164 list_map.splice(list_map.find(2), list_map, list_map.find(3)); in TEST()
171 list_map.splice(list_map.begin(), list_map, list_map.find(4)); in TEST()
172 list_map.splice(list_map.begin(), list_map, list_map.find(3)); in TEST()
173 list_map.splice(list_map.begin(), list_map, list_map.find(1)); in TEST()
Dlist_map.h162 void splice(const_iterator pos, ListMap<Key, T>& other, const_iterator it) { in splice() function
167 node_list_.splice(pos, other.node_list_, it); in splice()
Dlru_cache.h122 list_map_.splice(list_map_.begin(), list_map_, iter); in find()
/system/bt/common/
Dlru.h83 node_list_.splice(node_list_.begin(), node_list_, map_iterator->second); in Find()
/system/logging/logd/
DSerializedLogBuffer.cpp70 new_logs.splice(new_logs.end(), log_buffer, chunk); in ClearLogsByUid()