Home
last modified time | relevance | path

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

/external/flatbuffers/src/
Didl_gen_text.cpp26 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()
Didl_gen_lobster.cpp226 void GenStruct(const StructDef &struct_def, std::string *code_ptr) { in GenStruct() function in flatbuffers::lobster::LobsterGenerator
354 GenStruct(struct_def, &code); in generate()
Didl_gen_python.cpp556 void GenStruct(const StructDef &struct_def, std::string *code_ptr) { in GenStruct() function in flatbuffers::python::PythonGenerator
686 GenStruct(struct_def, &declcode); in generateStructs()
Didl_gen_lua.cpp534 void GenStruct(const StructDef &struct_def, std::string *code_ptr) { in GenStruct() function in flatbuffers::lua::LuaGenerator
677 GenStruct(struct_def, &declcode); in generateStructs()
Didl_gen_go.cpp94 GenStruct(**it, &declcode); in generate()
656 void GenStruct(const StructDef &struct_def, std::string *code_ptr) { in GenStruct() function in flatbuffers::go::GoGenerator
Didl_gen_dart.cpp169 GenStruct(struct_def, namespace_code); in GenerateStructs()
408 void GenStruct(const StructDef &struct_def, in GenStruct() function in flatbuffers::dart::DartGenerator
Didl_gen_php.cpp58 GenStruct(struct_def, &declcode); in GenerateStructs()
747 void GenStruct(const StructDef &struct_def, std::string *code_ptr) { in GenStruct() function in flatbuffers::php::PhpGenerator
Didl_gen_rust.cpp335 GenStruct(struct_def); in generate()
1597 void GenStruct(const StructDef &struct_def) { in GenStruct() function in flatbuffers::rust::RustGenerator
Didl_gen_js_ts.cpp182 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
Didl_gen_general.cpp186 GenStruct(struct_def, &declcode); in generate()
795 void GenStruct(StructDef &struct_def, std::string *code_ptr) const { in GenStruct() function in flatbuffers::general::GeneralGenerator
Didl_gen_cpp.cpp285 GenStruct(struct_def); in generate()
2582 void GenStruct(const StructDef &struct_def) { in GenStruct() function in flatbuffers::cpp::CppGenerator