Searched refs:new_suffix (Results 1 – 2 of 2) sorted by relevance
234 new_suffix = variant[len(prefix):]236 new_variations = [x for x in new_suffix.split('_') if x]241 if not old_suffix or new_suffix > old_suffix:243 suffixes[libname][arch_cpu] = new_suffix
260 std::string new_suffix = std::to_string(smallest_enum_name.length()) + in GetAnonymousEnumUniqueId() local263 return mangled_name.drop_back(old_suffix.length()).str() + new_suffix; in GetAnonymousEnumUniqueId()