HomeSort by relevance Sort by last modified time
    Searched refs:GenStruct (Results 1 - 7 of 7) sorted by null

  /external/flatbuffers/src/
idl_gen_text.cpp 26 static bool GenStruct(const StructDef &struct_def, const Table *table,
119 if (!GenStruct(*type.struct_def,
168 static bool GenStruct(const StructDef &struct_def, const Table *table,
190 return GenStruct(*fd.nested_flatbuffer, root, indent, opts, _text);
201 static bool GenStruct(const StructDef &struct_def, const Table *table,
276 if (!GenStruct(*parser.root_struct_def_,
idl_gen_go.cpp 620 static void GenStruct(const StructDef &struct_def,
776 go::GenStruct(**it, &declcode);
idl_gen_php.cpp 58 GenStruct(struct_def, &declcode);
790 void GenStruct(const StructDef &struct_def,
    [all...]
idl_gen_python.cpp 513 static void GenStruct(const StructDef &struct_def,
657 GenStruct(struct_def, &declcode);
idl_gen_js.cpp 184 GenStruct(parser_, struct_def, decl_code_ptr, exports_code_ptr,
551 void GenStruct(const Parser &parser, StructDef &struct_def,
    [all...]
idl_gen_general.cpp 189 GenStruct(struct_def, &declcode);
790 void GenStruct(StructDef &struct_def, std::string *code_ptr) {
    [all...]
idl_gen_cpp.cpp 179 GenStruct(struct_def);
    [all...]

Completed in 99 milliseconds