Home
last modified time | relevance | path

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

/external/flatbuffers/src/
Didl_gen_js_ts.cpp241 static void GenDocComment(const std::vector<std::string> &dc, in GenDocComment() function in flatbuffers::jsts::JsTsGenerator
279 static void GenDocComment(std::string *code_ptr, in GenDocComment() function in flatbuffers::jsts::JsTsGenerator
281 GenDocComment(std::vector<std::string>(), code_ptr, extra_lines); in GenDocComment()
332 GenDocComment(enum_def.doc_comment, code_ptr, in GenEnum()
357 GenDocComment(ev.doc_comment, code_ptr, "", " "); in GenEnum()
622 GenDocComment(struct_def.doc_comment, code_ptr, "@constructor"); in GenStruct()
644 GenDocComment(struct_def.doc_comment, code_ptr, "@constructor"); in GenStruct()
695 GenDocComment(code_ptr, in GenStruct()
714 GenDocComment( in GenStruct()
743 GenDocComment( in GenStruct()
[all …]
Didl_gen_dart.cpp174 static void GenDocComment(const std::vector<std::string> &dc, in GenDocComment() function in flatbuffers::dart::DartGenerator
210 static void GenDocComment(std::string *code_ptr, in GenDocComment() function in flatbuffers::dart::DartGenerator
212 GenDocComment(std::vector<std::string>(), code_ptr, extra_lines); in GenDocComment()
220 GenDocComment(enum_def.doc_comment, &code, ""); in GenEnum()
259 GenDocComment(ev.doc_comment, &code, "", " "); in GenEnum()
417 GenDocComment(struct_def.doc_comment, &code, ""); in GenStruct()
498 GenDocComment(field.doc_comment, &code, ""); in GenImplementationGetters()