Searched refs:GenDocComment (Results 1 – 2 of 2) sorted by relevance
/external/flatbuffers/src/ |
D | idl_gen_js_ts.cpp | 232 static void GenDocComment(const std::vector<std::string> &dc, in GenDocComment() function in flatbuffers::jsts::JsTsGenerator 270 static void GenDocComment(std::string *code_ptr, in GenDocComment() function in flatbuffers::jsts::JsTsGenerator 272 GenDocComment(std::vector<std::string>(), code_ptr, extra_lines); in GenDocComment() 321 GenDocComment(enum_def.doc_comment, code_ptr, in GenEnum() 346 GenDocComment(ev.doc_comment, code_ptr, "", " "); in GenEnum() 605 GenDocComment(code_ptr, in GenerateRootAccessor() 636 GenDocComment( in GenerateFinisher() 678 GenDocComment(struct_def.doc_comment, code_ptr, "@constructor"); in GenStruct() 701 GenDocComment(struct_def.doc_comment, code_ptr, "@constructor"); in GenStruct() 757 GenDocComment(code_ptr, in GenStruct() [all …]
|
D | idl_gen_dart.cpp | 184 static void GenDocComment(const std::vector<std::string> &dc, in GenDocComment() function in flatbuffers::dart::DartGenerator 219 static void GenDocComment(std::string *code_ptr, in GenDocComment() function in flatbuffers::dart::DartGenerator 221 GenDocComment(std::vector<std::string>(), code_ptr, extra_lines); in GenDocComment() 229 GenDocComment(enum_def.doc_comment, &code, ""); in GenEnum() 268 GenDocComment(ev.doc_comment, &code, "", " "); in GenEnum() 426 GenDocComment(struct_def.doc_comment, &code, ""); in GenStruct() 519 GenDocComment(field.doc_comment, &code, "", " "); in GenImplementationGetters()
|