Searched refs:GetMangledCounterpart (Results 1 – 4 of 4) sorted by relevance
23 EXPECT_FALSE(uvw.GetMangledCounterpart(counterpart)); in TEST()30 EXPECT_TRUE(xyz.GetMangledCounterpart(counterpart)); in TEST()33 EXPECT_TRUE(uvw.GetMangledCounterpart(counterpart)); in TEST()52 EXPECT_TRUE(ConstString("some").GetMangledCounterpart(counterpart)); in TEST()70 EXPECT_TRUE(bar.GetMangledCounterpart(counterpart)); in TEST()73 EXPECT_TRUE(foo.GetMangledCounterpart(counterpart)); in TEST()
222 if (!m_demangled && !m_mangled.GetMangledCounterpart(m_demangled)) { in GetRichManglingInfo()266 !m_mangled.GetMangledCounterpart(m_demangled)) { in GetDemangledName()483 if (!(m_mangled.GetMangledCounterpart(s) && s == m_demangled)) in Encode()
80 StringPoolValueType GetMangledCounterpart(const char *ccstr) const { in GetMangledCounterpart() function in Pool315 bool ConstString::GetMangledCounterpart(ConstString &counterpart) const { in GetMangledCounterpart() function in ConstString316 counterpart.m_string = StringPool().GetMangledCounterpart(m_string); in GetMangledCounterpart()
363 bool GetMangledCounterpart(ConstString &counterpart) const;