Searched refs:g_weak_map (Results 1 – 1 of 1) sorted by relevance
258 static WeakHistoryMap g_weak_map; in GetHistory() local260 WeakHistoryMap::const_iterator pos = g_weak_map.find(prefix); in GetHistory()262 if (pos != g_weak_map.end()) { in GetHistory()266 g_weak_map.erase(pos); in GetHistory()269 g_weak_map[prefix] = history_sp; in GetHistory()