Searched refs:new_method_name (Results 1 – 5 of 5) sorted by relevance
220 new_method_name = prefix + "__" + attr263 if new_method_name in additional_decorators:264 for dec in additional_decorators[new_method_name]:267 if hasattr(testcase, new_method_name):273 setattr(testcase, new_method_name, new_method)
74 const std::string& new_method_name, in unsafeCopyMethod() argument77 !find_method(new_method_name).has_value(), in unsafeCopyMethod()81 tobe_copied_name.prefix(), new_method_name); in unsafeCopyMethod()
169 const std::string& new_method_name,
334 const std::string& new_method_name) { in cloneMethod() argument339 c10::QualifiedName(*module.type()->name(), new_method_name); in cloneMethod()
47 const std::string& new_method_name);