/external/flatbuffers/src/ |
D | idl_gen_text.cpp | 26 static bool GenStruct(const StructDef &struct_def, const Table *table, 115 if (!GenStruct(*type.struct_def, reinterpret_cast<const Table *>(val), in Print() 171 static bool GenStruct(const StructDef &struct_def, const Table *table, 192 return GenStruct(*fd.nested_flatbuffer, root, indent, opts, _text); in GenFieldOffset() 203 static bool GenStruct(const StructDef &struct_def, const Table *table, in GenStruct() function 273 if (!GenStruct(*parser.root_struct_def_, root, 0, parser.opts, _text)) { in GenerateText()
|
D | idl_gen_lobster.cpp | 226 void GenStruct(const StructDef &struct_def, std::string *code_ptr) { in GenStruct() function in flatbuffers::lobster::LobsterGenerator 354 GenStruct(struct_def, &code); in generate()
|
D | idl_gen_python.cpp | 556 void GenStruct(const StructDef &struct_def, std::string *code_ptr) { in GenStruct() function in flatbuffers::python::PythonGenerator 686 GenStruct(struct_def, &declcode); in generateStructs()
|
D | idl_gen_lua.cpp | 534 void GenStruct(const StructDef &struct_def, std::string *code_ptr) { in GenStruct() function in flatbuffers::lua::LuaGenerator 677 GenStruct(struct_def, &declcode); in generateStructs()
|
D | idl_gen_go.cpp | 94 GenStruct(**it, &declcode); in generate() 656 void GenStruct(const StructDef &struct_def, std::string *code_ptr) { in GenStruct() function in flatbuffers::go::GoGenerator
|
D | idl_gen_dart.cpp | 169 GenStruct(struct_def, namespace_code); in GenerateStructs() 408 void GenStruct(const StructDef &struct_def, in GenStruct() function in flatbuffers::dart::DartGenerator
|
D | idl_gen_php.cpp | 58 GenStruct(struct_def, &declcode); in GenerateStructs() 747 void GenStruct(const StructDef &struct_def, std::string *code_ptr) { in GenStruct() function in flatbuffers::php::PhpGenerator
|
D | idl_gen_rust.cpp | 335 GenStruct(struct_def); in generate() 1597 void GenStruct(const StructDef &struct_def) { in GenStruct() function in flatbuffers::rust::RustGenerator
|
D | idl_gen_js_ts.cpp | 182 GenStruct(parser_, struct_def, decl_code_ptr, exports_code_ptr, in generateStructs() 609 void GenStruct(const Parser &parser, StructDef &struct_def, in GenStruct() function in flatbuffers::jsts::JsTsGenerator
|
D | idl_gen_general.cpp | 186 GenStruct(struct_def, &declcode); in generate() 795 void GenStruct(StructDef &struct_def, std::string *code_ptr) const { in GenStruct() function in flatbuffers::general::GeneralGenerator
|
D | idl_gen_cpp.cpp | 285 GenStruct(struct_def); in generate() 2582 void GenStruct(const StructDef &struct_def) { in GenStruct() function in flatbuffers::cpp::CppGenerator
|