Searched refs:g_weak_map (Results 1 – 1 of 1) sorted by relevance
256 static WeakHistoryMap g_weak_map; in GetHistory() local258 WeakHistoryMap::const_iterator pos = g_weak_map.find(prefix); in GetHistory()260 if (pos != g_weak_map.end()) { in GetHistory()264 g_weak_map.erase(pos); in GetHistory()267 g_weak_map[prefix] = history_sp; in GetHistory()