Searched refs:m_string_map (Results 1 – 1 of 1) sorted by relevance
98 auto it = m_string_pools[h].m_string_map.find(string_ref); in GetConstCStringWithStringRef()99 if (it != m_string_pools[h].m_string_map.end()) in GetConstCStringWithStringRef()106 .m_string_map.insert(std::make_pair(string_ref, nullptr)) in GetConstCStringWithStringRef()123 StringPool &map = m_string_pools[h].m_string_map; in GetConstCStringAndSetMangledCounterPart()161 for (const auto &entry : pool.m_string_map) in MemorySize()175 StringPool m_string_map; member