Lines Matching refs:GetCString
126 const char *full = m_full.GetCString(); in GetClassName()
152 const char *full = m_full.GetCString(); in GetClassNameWithCategory()
160 if (!m_class && strchr(m_class_category.GetCString(), '(') == nullptr) { in GetClassNameWithCategory()
175 const char *full = m_full.GetCString(); in GetSelector()
191 const char *full = m_full.GetCString(); in GetCategory()
215 strm.Printf("[%s %s]", GetClassName().GetCString(), in GetFullNameWithoutCategory()
216 GetSelector().GetCString()); in GetFullNameWithoutCategory()
231 ObjCLanguage::MethodName objc_method(method_name.GetCString(), false); in GetMethodNameVariants()
253 strm.Printf("+%s", objc_method.GetFullName().GetCString()); in GetMethodNameVariants()
258 strm.Printf("-%s", objc_method.GetFullName().GetCString()); in GetMethodNameVariants()
264 strm.Printf("+%s", name_sans_category.GetCString()); in GetMethodNameVariants()
269 strm.Printf("-%s", name_sans_category.GetCString()); in GetMethodNameVariants()
282 return ObjCLanguage::IsPossibleObjCMethodName(demangled_name.GetCString()); in SymbolNameFitsToLanguage()