Searched refs:g_weak_map (Results 1 – 1 of 1) sorted by relevance
248 static WeakHistoryMap g_weak_map; in GetHistory() local250 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()