Home
last modified time | relevance | path

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

/third_party/flatbuffers/src/
Didl_gen_fbs.cpp106 GenComment(enum_def.doc_comment, &schema, nullptr); in GenerateFBS()
114 GenComment(ev.doc_comment, &schema, nullptr, " "); in GenerateFBS()
130 GenComment(struct_def.doc_comment, &schema, nullptr); in GenerateFBS()
136 GenComment(field.doc_comment, &schema, nullptr, " "); in GenerateFBS()
Didl_gen_lobster.cpp102 GenComment(field.doc_comment, code_ptr, nullptr, " "); in GenStructAccessor()
250 GenComment(struct_def.doc_comment, code_ptr, nullptr, ""); in GenStruct()
280 GenComment(enum_def.doc_comment, code_ptr, nullptr, ""); in GenEnum()
284 GenComment(ev.doc_comment, code_ptr, nullptr, " "); in GenEnum()
Didl_gen_rust.cpp521 void GenComment(const std::vector<std::string> &dc, const char *prefix = "") { in GenComment() function in flatbuffers::rust::RustGenerator
523 ::flatbuffers::GenComment(dc, &text, nullptr, prefix); in GenComment()
654 GenComment(enum_def.doc_comment, " "); in GenEnum()
658 this->GenComment(ev.doc_comment, " "); in GenEnum()
694 GenComment(enum_def.doc_comment); in GenEnum()
706 this->GenComment(ev.doc_comment, " "); in GenEnum()
1541 GenComment(struct_def.doc_comment); in GenTable()
1744 this->GenComment(field.doc_comment, " "); in GenTable()
2440 GenComment(struct_def.doc_comment); in GenStruct()
2558 this->GenComment(field.doc_comment, " "); in GenStruct()
Didl_gen_swift.cpp188 GenComment(struct_def.doc_comment); in GenStructReader()
216 GenComment(field.doc_comment); in GenStructReader()
245 GenComment(field.doc_comment); in GenStructReader()
405 GenComment(struct_def.doc_comment); in GenObjectHeader()
657 GenComment(field.doc_comment); in GenTableReaderFields()
850 GenComment(enum_def.doc_comment); in GenEnum()
865 GenComment(ev.doc_comment); in GenEnum()
1420 void GenComment(const std::vector<std::string> &dc) { in GenComment() function in flatbuffers::swift::SwiftGenerator
Didl_gen_lua.cpp489 GenComment(field.doc_comment, code_ptr, &def_comment); in GenStructAccessor()
553 GenComment(struct_def.doc_comment, code_ptr, &def_comment); in GenStruct()
588 GenComment(enum_def.doc_comment, code_ptr, &def_comment); in GenEnum()
592 GenComment(ev.doc_comment, code_ptr, &def_comment, Indent); in GenEnum()
Didl_gen_php.cpp675 GenComment(field.doc_comment, code_ptr, nullptr, Indent.c_str()); in GenStructAccessor()
748 GenComment(struct_def.doc_comment, code_ptr, nullptr); in GenStruct()
814 GenComment(enum_def.doc_comment, code_ptr, nullptr); in GenEnum()
818 GenComment(ev.doc_comment, code_ptr, nullptr, Indent.c_str()); in GenEnum()
Didl_gen_go.cpp624 GenComment(field.doc_comment, code_ptr, nullptr, ""); in GenStructAccessor()
717 GenComment(field.doc_comment, code_ptr, nullptr, ""); in GenStructMutator()
756 GenComment(struct_def.doc_comment, code_ptr, nullptr); in GenStruct()
1122 GenComment(enum_def.doc_comment, code_ptr, nullptr); in GenEnum()
1127 GenComment(ev.doc_comment, code_ptr, nullptr, "\t"); in GenEnum()
Didl_gen_java.cpp305 GenComment(enum_def.doc_comment, code_ptr, &comment_config); in GenEnum()
317 GenComment(ev.doc_comment, code_ptr, &comment_config, " "); in GenEnum()
573 GenComment(struct_def.doc_comment, code_ptr, &comment_config); in GenStruct()
642 GenComment(field.doc_comment, code_ptr, &comment_config, " "); in GenStruct()
Didl_gen_cpp.cpp630 void GenComment(const std::vector<std::string> &dc, const char *prefix = "") { in GenComment() function in flatbuffers::cpp::CppGenerator
632 ::flatbuffers::GenComment(dc, &text, nullptr, prefix); in GenComment()
1121 GenComment(enum_def.doc_comment); in GenEnum()
1132 GenComment(ev.doc_comment, " "); in GenEnum()
2006 GenComment(field.doc_comment, " "); in GenTableFieldGetter()
2223 GenComment(struct_def.doc_comment); in GenTable()
3284 GenComment(struct_def.doc_comment); in GenStruct()
3364 GenComment(field.doc_comment, " "); in GenStruct()
Didl_gen_python.cpp696 GenComment(field.doc_comment, code_ptr, &def_comment, Indent.c_str()); in GenStructAccessor()
796 GenComment(struct_def.doc_comment, code_ptr, &def_comment); in GenStruct()
1623 GenComment(enum_def.doc_comment, code_ptr, &def_comment); in GenEnum()
1627 GenComment(ev.doc_comment, code_ptr, &def_comment, Indent.c_str()); in GenEnum()
Didl_gen_csharp.cpp280 GenComment(enum_def.doc_comment, code_ptr, &comment_config); in GenEnum()
301 GenComment(ev.doc_comment, code_ptr, &comment_config, " "); in GenEnum()
532 GenComment(struct_def.doc_comment, code_ptr, &comment_config); in GenStruct()
603 GenComment(field.doc_comment, code_ptr, &comment_config, " "); in GenStruct()
Dcode_generators.cpp176 void GenComment(const std::vector<std::string> &dc, std::string *code_ptr, in GenComment() function
/third_party/flatbuffers/include/flatbuffers/
Dcode_generators.h161 extern void GenComment(const std::vector<std::string> &dc,