Searched refs:g_weak_map (Results 1 – 1 of 1) sorted by relevance
242 static WeakHistoryMap g_weak_map; in GetHistory() local244 WeakHistoryMap::const_iterator pos = g_weak_map.find(prefix); in GetHistory()246 if (pos != g_weak_map.end()) { in GetHistory()250 g_weak_map.erase(pos); in GetHistory()253 g_weak_map[prefix] = history_sp; in GetHistory()