/external/flatbuffers/src/ |
D | idl_gen_fbs.cpp | 93 GenComment(enum_def.doc_comment, &schema, nullptr); in GenerateFBS() 101 GenComment(ev.doc_comment, &schema, nullptr, " "); in GenerateFBS() 114 GenComment(struct_def.doc_comment, &schema, nullptr); in GenerateFBS() 120 GenComment(field.doc_comment, &schema, nullptr, " "); in GenerateFBS()
|
D | idl_gen_lobster.cpp | 96 GenComment(field.doc_comment, code_ptr, nullptr, " "); in GenStructAccessor() 230 GenComment(struct_def.doc_comment, code_ptr, nullptr, ""); in GenStruct() 260 GenComment(enum_def.doc_comment, code_ptr, nullptr, ""); in GenEnum() 264 GenComment(ev.doc_comment, code_ptr, nullptr, " "); in GenEnum()
|
D | idl_parser.cpp | 711 field->doc_comment = dc; in ParseField() 1628 enum_def->doc_comment = enum_comment; in ParseEnum() 1673 ev.doc_comment = value_comment; in ParseEnum() 1841 struct_def->doc_comment = dc; in ParseDecl() 1911 service_def.doc_comment = service_comment; in ParseService() 1919 std::vector<std::string> doc_comment = doc_comment_; in ParseService() local 1935 rpc.doc_comment = doc_comment; in ParseService() 2025 struct_def->doc_comment = struct_comment; in ParseProtoDecl() 2077 enum_def.doc_comment = doc_comment_; in StartEnum() 2180 field->doc_comment = field_comment; in ParseProtoFields() [all …]
|
D | idl_gen_js_ts.cpp | 332 GenDocComment(enum_def.doc_comment, code_ptr, in GenEnum() 355 if (!ev.doc_comment.empty()) { in GenEnum() 357 GenDocComment(ev.doc_comment, code_ptr, "", " "); in GenEnum() 622 GenDocComment(struct_def.doc_comment, code_ptr, "@constructor"); in GenStruct() 644 GenDocComment(struct_def.doc_comment, code_ptr, "@constructor"); in GenStruct() 744 field.doc_comment, code_ptr, in GenStruct() 808 field.doc_comment, code_ptr, in GenStruct() 870 field.doc_comment, code_ptr, in GenStruct() 948 field.doc_comment, code_ptr, in GenStruct()
|
D | idl_gen_go.cpp | 557 GenComment(field.doc_comment, code_ptr, nullptr, ""); in GenStructAccessor() 647 GenComment(field.doc_comment, code_ptr, nullptr, ""); in GenStructMutator() 686 GenComment(struct_def.doc_comment, code_ptr, nullptr); in GenStruct() 725 GenComment(enum_def.doc_comment, code_ptr, nullptr); in GenEnum() 730 GenComment(ev.doc_comment, code_ptr, nullptr, "\t"); in GenEnum()
|
D | idl_gen_dart.cpp | 220 GenDocComment(enum_def.doc_comment, &code, ""); in GenEnum() 257 if (!ev.doc_comment.empty()) { in GenEnum() 259 GenDocComment(ev.doc_comment, &code, "", " "); in GenEnum() 417 GenDocComment(struct_def.doc_comment, &code, ""); in GenStruct() 498 GenDocComment(field.doc_comment, &code, ""); in GenImplementationGetters()
|
D | idl_gen_lua.cpp | 475 GenComment(field.doc_comment, code_ptr, nullptr, Comment); in GenStructAccessor() 538 GenComment(struct_def.doc_comment, code_ptr, nullptr, Comment); in GenStruct() 574 GenComment(enum_def.doc_comment, code_ptr, nullptr, Comment); in GenEnum() 579 GenComment(ev.doc_comment, code_ptr, nullptr, Comment); in GenEnum()
|
D | idl_gen_python.cpp | 501 GenComment(field.doc_comment, code_ptr, nullptr, "# "); in GenStructAccessor() 561 GenComment(struct_def.doc_comment, code_ptr, nullptr, "# "); in GenStruct() 592 GenComment(enum_def.doc_comment, code_ptr, nullptr, "# "); in GenEnum() 596 GenComment(ev.doc_comment, code_ptr, nullptr, "# "); in GenEnum()
|
D | idl_gen_rust.cpp | 586 GenComment(enum_def.doc_comment); in GenEnum() 597 GenComment(ev.doc_comment, " "); in GenEnum() 1161 GenComment(struct_def.doc_comment); in GenTable() 1266 GenComment(field.doc_comment, " "); in GenTable() 1600 GenComment(struct_def.doc_comment); in GenStruct() 1734 GenComment(field.doc_comment, " "); in GenStruct()
|
D | idl_gen_grpc.cpp | 57 return method_->doc_comment; in GetAllComments() 109 return service_->doc_comment; in GetAllComments()
|
D | idl_gen_php.cpp | 677 GenComment(field.doc_comment, code_ptr, nullptr); in GenStructAccessor() 752 GenComment(struct_def.doc_comment, code_ptr, nullptr); in GenStruct() 818 GenComment(enum_def.doc_comment, code_ptr, nullptr); in GenEnum() 822 GenComment(ev.doc_comment, code_ptr, nullptr); in GenEnum()
|
D | idl_gen_json_schema.cpp | 146 const auto &comment_lines = structure->doc_comment; in generate()
|
D | idl_gen_cpp.cpp | 915 GenComment(enum_def.doc_comment); in GenEnum() 925 GenComment(ev.doc_comment, " "); in GenEnum() 1743 GenComment(struct_def.doc_comment); in GenTable() 1817 GenComment(field.doc_comment, " "); in GenTable() 2660 GenComment(struct_def.doc_comment); in GenStruct() 2768 GenComment(field.doc_comment, " "); in GenStruct()
|
D | idl_gen_general.cpp | 527 GenComment(enum_def.doc_comment, code_ptr, &lang_.comment_config); in GenEnum() 548 GenComment(ev.doc_comment, code_ptr, &lang_.comment_config, " "); in GenEnum() 804 GenComment(struct_def.doc_comment, code_ptr, &lang_.comment_config); in GenStruct() 892 GenComment(field.doc_comment, code_ptr, &lang_.comment_config, " "); in GenStruct()
|
/external/flatbuffers/include/flatbuffers/ |
D | idl.h | 245 std::vector<std::string> doc_comment; member 341 std::vector<std::string> doc_comment; member
|
/external/rust/crates/proc-macro2/src/ |
D | fallback.rs | 810 if let Ok((a, tokens)) = doc_comment(input_no_ws) { in token_stream() 1384 fn doc_comment(input: Cursor) -> PResult<Vec<TokenTree>> { in doc_comment() function
|
/external/rust/crates/byteorder/src/ |
D | lib.rs | 78 extern crate doc_comment;
|