HomeSort by relevance Sort by last modified time
    Searched refs:doc_comment (Results 1 - 9 of 9) sorted by null

  /external/flatbuffers/src/
idl_gen_fbs.cpp 91 GenComment(enum_def.doc_comment, &schema, nullptr);
97 GenComment(ev.doc_comment, &schema, nullptr, " ");
107 GenComment(struct_def.doc_comment, &schema, nullptr);
112 GenComment(field.doc_comment, &schema, nullptr, " ");
idl_gen_js.cpp 176 GenDocComment(enum_def.doc_comment, code_ptr, "@enum");
190 if (!ev.doc_comment.empty()) {
194 GenDocComment(ev.doc_comment, code_ptr, "", " ");
384 GenDocComment(struct_def.doc_comment, code_ptr, "@constructor");
457 GenDocComment(field.doc_comment, code_ptr,
486 GenDocComment(field.doc_comment, code_ptr,
516 GenDocComment(field.doc_comment, code_ptr, args +
561 GenDocComment(field.doc_comment, code_ptr,
idl_gen_go.cpp 490 GenComment(field.doc_comment, code_ptr, nullptr, "");
565 GenComment(field.doc_comment, code_ptr, nullptr, "");
601 GenComment(struct_def.doc_comment, code_ptr, nullptr);
639 GenComment(enum_def.doc_comment, code_ptr, nullptr);
645 GenComment(ev.doc_comment, code_ptr, nullptr, "\t");
idl_gen_php.cpp 684 GenComment(field.doc_comment, code_ptr, nullptr);
764 GenComment(struct_def.doc_comment, code_ptr, nullptr);
831 GenComment(enum_def.doc_comment, code_ptr, nullptr);
837 GenComment(ev.doc_comment, code_ptr, nullptr);
    [all...]
idl_gen_python.cpp 418 GenComment(field.doc_comment, code_ptr, nullptr, "# ");
484 GenComment(struct_def.doc_comment, code_ptr, nullptr, "# ");
516 GenComment(enum_def.doc_comment, code_ptr, nullptr, "# ");
522 GenComment(ev.doc_comment, code_ptr, nullptr, "# ");
idl_parser.cpp 655 field->doc_comment = dc;
    [all...]
idl_gen_cpp.cpp 525 GenComment(enum_def.doc_comment);
537 GenComment(ev.doc_comment, " ");
    [all...]
idl_gen_general.cpp 504 GenComment(enum_def.doc_comment, code_ptr, &lang_.comment_config);
518 GenComment(ev.doc_comment, code_ptr, &lang_.comment_config, " ");
762 GenComment(struct_def.doc_comment, code_ptr, &lang_.comment_config);
831 GenComment(field.doc_comment, code_ptr, &lang_.comment_config, " ");
    [all...]
  /external/flatbuffers/include/flatbuffers/
idl.h 218 std::vector<std::string> doc_comment; member in struct:flatbuffers::Definition
291 std::vector<std::string> doc_comment; member in struct:flatbuffers::EnumVal

Completed in 383 milliseconds