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 25 static bool GenStruct(const StructDef &struct_def, const Table *table,
180 if (!GenStruct(*union_sd,
189 if (!GenStruct(*type.struct_def,
257 static bool GenStruct(const StructDef &struct_def, const Table *table,
329 if (!GenStruct(*parser.root_struct_def_,
idl_gen_go.cpp 597 static void GenStruct(const StructDef &struct_def,
741 go::GenStruct(**it, &declcode);
idl_gen_js.cpp 82 GenStruct(parser_, struct_def, decl_code_ptr, exports_code_ptr);
376 void GenStruct(const Parser &parser, StructDef &struct_def, std::string *code_ptr, std::string *exports_ptr) {
idl_gen_php.cpp 58 GenStruct(struct_def, &declcode);
760 void GenStruct(const StructDef &struct_def,
    [all...]
idl_gen_python.cpp 480 static void GenStruct(const StructDef &struct_def,
623 GenStruct(struct_def, &declcode);
idl_gen_cpp.cpp 134 GenStruct(struct_def);
    [all...]
idl_gen_general.cpp 184 GenStruct(struct_def, &declcode);
752 void GenStruct(StructDef &struct_def, std::string *code_ptr) {
    [all...]

Completed in 208 milliseconds