Home
last modified time | relevance | path

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

/external/flatbuffers/include/flatbuffers/
Dcode_generators.h149 struct CommentConfig { struct
156 std::string *code_ptr, const CommentConfig *config, argument
/external/flatbuffers/src/
Dcode_generators.cpp158 const CommentConfig *config, const char *prefix) { in GenComment()
Didl_gen_kotlin.cpp39 static const CommentConfig comment_config = { "/**", " *", " */" };
1199 const CommentConfig *config) const { in GenerateComment()
Didl_gen_lua.cpp31 const CommentConfig def_comment = { nullptr, "--", nullptr };
Didl_gen_java.cpp35 static CommentConfig comment_config = {
Didl_gen_python.cpp34 const CommentConfig def_comment = { nullptr, "#", nullptr };
Didl_gen_csharp.cpp33 static CommentConfig comment_config = {