Searched refs:m_string_map (Results 1 – 1 of 1) sorted by relevance
107 auto it = m_string_pools[h].m_string_map.find(string_ref); in GetConstCStringWithStringRef()108 if (it != m_string_pools[h].m_string_map.end()) in GetConstCStringWithStringRef()115 .m_string_map.insert(std::make_pair(string_ref, nullptr)) in GetConstCStringWithStringRef()132 StringPool &map = m_string_pools[h].m_string_map; in GetConstCStringAndSetMangledCounterPart()168 for (const auto &entry : pool.m_string_map) in MemorySize()182 StringPool m_string_map; member