Searched refs:combined_name (Results 1 – 2 of 2) sorted by relevance
37 self.combined_name = "{%s}" % ", ".join(sorted(names))39 self.combined_name = names.pop()42 return "<%s %s>" % (type(self).__name__, self.combined_name)48 self.combined_name65 self.combined_name,
34 std::string combined_name = ""; in concatName() local37 if (!combined_name.empty()) { in concatName()38 combined_name += "."; in concatName()40 combined_name += sub_name; in concatName()42 return combined_name; in concatName()