Home
last modified time | relevance | path

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

/external/flatbuffers/src/
Didl_gen_js.cpp127 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()
[all …]