Searched refs:GenStructBody (Results 1 – 2 of 2) sorted by relevance
/external/flatbuffers/src/ |
D | idl_gen_js_ts.cpp | 582 static void GenStructBody(const StructDef &struct_def, std::string *body, in GenStructBody() function in flatbuffers::jsts::JsTsGenerator 598 GenStructBody(*field.value.type.struct_def, body, in GenStructBody() 1101 GenStructBody(struct_def, &code, ""); in GenStruct()
|
D | idl_gen_general.cpp | 686 void GenStructBody(const StructDef &struct_def, std::string *code_ptr, in GenStructBody() function in flatbuffers::general::GeneralGenerator 700 GenStructBody(*field.value.type.struct_def, code_ptr, in GenStructBody() 1263 GenStructBody(struct_def, code_ptr, ""); in GenStruct()
|