Searched refs:GenComment (Results 1 – 8 of 8) sorted by relevance
/external/flatbuffers/src/ |
D | idl_gen_fbs.cpp | 91 GenComment(enum_def.doc_comment, &schema, nullptr); in GenerateFBS() 97 GenComment(ev.doc_comment, &schema, nullptr, " "); in GenerateFBS() 107 GenComment(struct_def.doc_comment, &schema, nullptr); in GenerateFBS() 112 GenComment(field.doc_comment, &schema, nullptr, " "); in GenerateFBS()
|
D | idl_gen_go.cpp | 490 GenComment(field.doc_comment, code_ptr, nullptr, ""); in GenStructAccessor() 565 GenComment(field.doc_comment, code_ptr, nullptr, ""); in GenStructMutator() 601 GenComment(struct_def.doc_comment, code_ptr, nullptr); in GenStruct() 639 GenComment(enum_def.doc_comment, code_ptr, nullptr); in GenEnum() 645 GenComment(ev.doc_comment, code_ptr, nullptr, "\t"); in GenEnum()
|
D | idl_gen_python.cpp | 418 GenComment(field.doc_comment, code_ptr, nullptr, "# "); in GenStructAccessor() 484 GenComment(struct_def.doc_comment, code_ptr, nullptr, "# "); in GenStruct() 516 GenComment(enum_def.doc_comment, code_ptr, nullptr, "# "); in GenEnum() 522 GenComment(ev.doc_comment, code_ptr, nullptr, "# "); in GenEnum()
|
D | idl_gen_cpp.cpp | 289 void GenComment(const std::vector<std::string> &dc, const char *prefix = "") { in GenComment() function in flatbuffers::cpp::CppGenerator 291 ::flatbuffers::GenComment(dc, &text, nullptr, prefix); in GenComment() 525 GenComment(enum_def.doc_comment); in GenEnum() 537 GenComment(ev.doc_comment, " "); in GenEnum() 1045 GenComment(struct_def.doc_comment); in GenTable() 1112 GenComment(field.doc_comment, " "); in GenTable() 1740 GenComment(struct_def.doc_comment); in GenStruct() 1841 GenComment(field.doc_comment, " "); in GenStruct()
|
D | idl_gen_php.cpp | 684 GenComment(field.doc_comment, code_ptr, nullptr); in GenStructAccessor() 764 GenComment(struct_def.doc_comment, code_ptr, nullptr); in GenStruct() 831 GenComment(enum_def.doc_comment, code_ptr, nullptr); in GenEnum() 837 GenComment(ev.doc_comment, code_ptr, nullptr); in GenEnum()
|
D | code_generators.cpp | 134 void GenComment(const std::vector<std::string> &dc, std::string *code_ptr, in GenComment() function
|
D | idl_gen_general.cpp | 504 GenComment(enum_def.doc_comment, code_ptr, &lang_.comment_config); in GenEnum() 518 GenComment(ev.doc_comment, code_ptr, &lang_.comment_config, " "); in GenEnum() 762 GenComment(struct_def.doc_comment, code_ptr, &lang_.comment_config); in GenStruct() 831 GenComment(field.doc_comment, code_ptr, &lang_.comment_config, " "); in GenStruct()
|
/external/flatbuffers/include/flatbuffers/ |
D | code_generators.h | 130 extern void GenComment(const std::vector<std::string> &dc,
|