Searched refs:GenDocComment (Results 1 – 2 of 2) sorted by relevance
/external/flatbuffers/src/ |
D | idl_gen_ts.cpp | 305 static void GenDocComment(const std::vector<std::string> &dc, in GenDocComment() function in flatbuffers::ts::TsGenerator 324 static void GenDocComment(std::string *code_ptr) { in GenDocComment() function in flatbuffers::ts::TsGenerator 325 GenDocComment(std::vector<std::string>(), code_ptr); in GenDocComment() 334 GenDocComment(enum_def.doc_comment, code_ptr); in GenEnum() 342 GenDocComment(ev.doc_comment, code_ptr, " "); in GenEnum() 577 GenDocComment(code_ptr); in GenerateRootAccessor() 598 GenDocComment(code_ptr); in GenerateFinisher() 1330 GenDocComment(struct_def.doc_comment, code_ptr); in GenStruct() 1354 GenDocComment(code_ptr); in GenStruct() 1376 GenDocComment(field.doc_comment, code_ptr); in GenStruct() [all …]
|
D | idl_gen_dart.cpp | 158 static void GenDocComment(const std::vector<std::string> &dc, in GenDocComment() function in flatbuffers::dart::DartGenerator 171 GenDocComment(enum_def.doc_comment, "", code); in GenEnum() 224 GenDocComment(ev.doc_comment, " ", code); in GenEnum() 417 GenDocComment(struct_def.doc_comment, "", code); in GenStruct() 485 GenDocComment(struct_def.doc_comment, "", code); in GenStructObjectAPI() 501 GenDocComment(field.doc_comment, " ", code); in GenStructObjectAPI() 641 GenDocComment(field.doc_comment, " ", code); in GenImplementationGetters()
|