Searched refs:cxx_method (Results 1 – 1 of 1) sorted by relevance
124 CxxMethodName cxx_method(demangled_name); in GetDemangledFunctionNameWithoutArguments() local125 if (!cxx_method.GetBasename().empty()) { in GetDemangledFunctionNameWithoutArguments()127 if (!cxx_method.GetContext().empty()) in GetDemangledFunctionNameWithoutArguments()128 shortname = cxx_method.GetContext().str() + "::"; in GetDemangledFunctionNameWithoutArguments()129 shortname += cxx_method.GetBasename().str(); in GetDemangledFunctionNameWithoutArguments()