Searched refs:code_prefix (Results 1 – 1 of 1) sorted by relevance
1152 auto &code_prefix = *code_prefix_ptr; in GenPackForStructVectorField() local1159 code_prefix += in GenPackForStructVectorField()1162 code_prefix += GenIndents(3) + struct_name + "Start" + in GenPackForStructVectorField()1165 code_prefix += GenIndents(3) + "for i in reversed(range(len(self." + in GenPackForStructVectorField()1167 code_prefix += in GenPackForStructVectorField()1169 code_prefix += GenIndents(3) + field_instance_name + in GenPackForStructVectorField()1175 code_prefix += GenIndents(3) + field_instance_name + "list = []"; in GenPackForStructVectorField()1176 code_prefix += GenIndents(3); in GenPackForStructVectorField()1177 code_prefix += "for i in range(len(self." + field_instance_name + ")):"; in GenPackForStructVectorField()1178 code_prefix += GenIndents(4) + field_instance_name + "list.append(self." + in GenPackForStructVectorField()[all …]