Lines Matching refs:GenDocComment
127 static void GenDocComment(const std::vector<std::string> &dc, in GenDocComment() function in flatbuffers::js::JsGenerator
165 static void GenDocComment(std::string *code_ptr, in GenDocComment() function in flatbuffers::js::JsGenerator
167 GenDocComment(std::vector<std::string>(), code_ptr, extra_lines); in GenDocComment()
176 GenDocComment(enum_def.doc_comment, code_ptr, "@enum"); in GenEnum()
194 GenDocComment(ev.doc_comment, code_ptr, "", " "); in GenEnum()
384 GenDocComment(struct_def.doc_comment, code_ptr, "@constructor"); in GenStruct()
424 GenDocComment(code_ptr, in GenStruct()
437 GenDocComment(code_ptr, in GenStruct()
457 GenDocComment(field.doc_comment, code_ptr, in GenStruct()
486 GenDocComment(field.doc_comment, code_ptr, in GenStruct()
516 GenDocComment(field.doc_comment, code_ptr, args + in GenStruct()
561 GenDocComment(field.doc_comment, code_ptr, in GenStruct()
585 GenDocComment(code_ptr, annotations + in GenStruct()
607 GenDocComment(code_ptr, "@returns {number}"); in GenStruct()
621 GenDocComment(code_ptr, "@returns {" + GenType(vectorType) + "Array}"); in GenStruct()
642 GenDocComment(code_ptr, annotations + in GenStruct()
650 GenDocComment(code_ptr, in GenStruct()
669 GenDocComment(code_ptr, in GenStruct()
698 GenDocComment(code_ptr, in GenStruct()
719 GenDocComment(code_ptr, in GenStruct()
731 GenDocComment(code_ptr, in GenStruct()
751 GenDocComment(code_ptr, in GenStruct()