Searched refs:GetMangledCounterpart (Results 1 – 3 of 3) sorted by relevance
80 StringPoolValueType GetMangledCounterpart(const char *ccstr) { in GetMangledCounterpart() function in Pool321 bool ConstString::GetMangledCounterpart(ConstString &counterpart) const { in GetMangledCounterpart() function in ConstString322 counterpart.m_string = StringPool().GetMangledCounterpart(m_string); in GetMangledCounterpart()
254 if (!m_demangled && !m_mangled.GetMangledCounterpart(m_demangled)) { in GetRichManglingInfo()309 if (!force && m_mangled.GetMangledCounterpart(m_demangled) && in GetDemangledNameImpl()539 if (!(m_mangled.GetMangledCounterpart(s) && s == m_demangled)) in Encode()
363 bool GetMangledCounterpart(ConstString &counterpart) const;