Searched defs:GenComment (Results 1 - 2 of 2) sorted by relevance

/external/flatbuffers/src/
H A Dcode_generators.cpp134 void GenComment(const std::vector<std::string> &dc, std::string *code_ptr, function in namespace:flatbuffers
H A Didl_gen_cpp.cpp289 void GenComment(const std::vector<std::string> &dc, const char *prefix = "") { function in class:flatbuffers::cpp::CppGenerator
291 ::flatbuffers::GenComment(dc, &text, nullptr, prefix);
525 GenComment(enum_def.doc_comment);
537 GenComment(ev.doc_comment, " ");
1045 GenComment(struct_def.doc_comment);
1112 GenComment(field.doc_comment, " ");
1740 GenComment(struct_def.doc_comment);
1841 GenComment(field.doc_comment, " ");

Completed in 418 milliseconds