Searched refs:BuildVectorOfTable (Results 1 – 4 of 4) sorted by relevance
/third_party/flatbuffers/src/ |
D | idl_gen_lua.cpp | 458 void BuildVectorOfTable(const StructDef &struct_def, const FieldDef &field, in BuildVectorOfTable() function in flatbuffers::lua::LuaGenerator 542 BuildVectorOfTable(struct_def, field, code_ptr); in GenTableBuilders()
|
D | idl_gen_php.cpp | 582 static void BuildVectorOfTable(const FieldDef &field, std::string *code_ptr) { in BuildVectorOfTable() function in flatbuffers::php::PhpGenerator 738 if (IsVector(field.value.type)) { BuildVectorOfTable(field, code_ptr); } in GenTableBuilders()
|
D | idl_gen_go.cpp | 592 void BuildVectorOfTable(const StructDef &struct_def, const FieldDef &field, in BuildVectorOfTable() function in flatbuffers::go::GoGenerator 743 BuildVectorOfTable(struct_def, field, code_ptr); in GenTableBuilders()
|
D | idl_gen_python.cpp | 607 void BuildVectorOfTable(const StructDef &struct_def, const FieldDef &field, in BuildVectorOfTable() function in flatbuffers::python::PythonGenerator 760 BuildVectorOfTable(struct_def, field, code_ptr); in GenTableBuilders()
|