Searched refs:BuildVectorOfTable (Results 1 – 4 of 4) sorted by relevance
/external/flatbuffers/src/ |
D | idl_gen_lua.cpp | 442 void BuildVectorOfTable(const StructDef &struct_def, const FieldDef &field, in BuildVectorOfTable() function in flatbuffers::lua::LuaGenerator 522 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 739 BuildVectorOfTable(field, code_ptr); in GenTableBuilders()
|
D | idl_gen_go.cpp | 579 void BuildVectorOfTable(const StructDef &struct_def, const FieldDef &field, in BuildVectorOfTable() function in flatbuffers::go::GoGenerator 730 BuildVectorOfTable(struct_def, field, code_ptr); in GenTableBuilders()
|
D | idl_gen_python.cpp | 550 void BuildVectorOfTable(const StructDef &struct_def, const FieldDef &field, in BuildVectorOfTable() function in flatbuffers::python::PythonGenerator 636 BuildVectorOfTable(struct_def, field, code_ptr); in GenTableBuilders()
|