Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Host/common/
DEditline.cpp248 static WeakHistoryMap g_weak_map; in GetHistory() local
250 WeakHistoryMap::const_iterator pos = g_weak_map.find(prefix); in GetHistory()
252 if (pos != g_weak_map.end()) { in GetHistory()
256 g_weak_map.erase(pos); in GetHistory()
259 g_weak_map[prefix] = history_sp; in GetHistory()