Searched refs:m_GotGlobalEntriesMap (Results 1 – 2 of 2) sorted by relevance
388 m_GotGlobalEntriesMap[key] = pEntry; in recordGlobalEntry()396 GotEntryMapType::iterator it = m_GotGlobalEntriesMap.find(key); in lookupGlobalEntry()398 if (it == m_GotGlobalEntriesMap.end()) in lookupGlobalEntry()
212 GotEntryMapType m_GotGlobalEntriesMap; variable