Searched refs:comment_config (Results 1 – 1 of 1) sorted by relevance
/external/flatbuffers/src/ |
D | idl_gen_general.cpp | 70 CommentConfig comment_config; member 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()
|