Home
last modified time | relevance | path

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

/external/flatbuffers/src/
Didl_gen_js_ts.cpp240 static void GenDocComment(const std::vector<std::string> &dc, in GenDocComment() function in flatbuffers::jsts::JsTsGenerator
278 static void GenDocComment(std::string *code_ptr, in GenDocComment() function in flatbuffers::jsts::JsTsGenerator
280 GenDocComment(std::vector<std::string>(), code_ptr, extra_lines); in GenDocComment()
329 GenDocComment(enum_def.doc_comment, code_ptr, "@enum"); in GenEnum()
353 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()
260 GenDocComment(ev.doc_comment, &code, "", " "); in GenEnum()
419 GenDocComment(struct_def.doc_comment, &code, ""); in GenStruct()
500 GenDocComment(field.doc_comment, &code, ""); in GenImplementationGetters()