Home
last modified time | relevance | path

Searched refs:GenStructBody (Results 1 – 2 of 2) sorted by relevance

/external/flatbuffers/src/
Didl_gen_js_ts.cpp582 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()
Didl_gen_general.cpp686 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()