Home
last modified time | relevance | path

Searched refs:code_prefix (Results 1 – 1 of 1) sorted by relevance

/external/flatbuffers/src/
Didl_gen_python.cpp1152 auto &code_prefix = *code_prefix_ptr; in GenPackForStructVectorField() local
1159 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 …]