/external/rust/crates/lazy_static/patches/ |
D | lib.rs.diff | 11 -extern crate doc_comment; 15 +// ANDROID: disable tests that require doc_comment crate. 18 +//extern crate doc_comment;
|
/external/rust/crates/structopt-derive/src/ |
D | attrs.rs | 86 doc_comment: Vec<Method>, field 245 doc_comment: vec![], in new() 393 self.doc_comment = in push_doc_comment() 456 res.doc_comment = vec![]; in from_field() 588 let doc_comment = &self.doc_comment; in top_level_methods() localVariable 590 quote!( #(#doc_comment)* #author #about #(#methods)* ) in top_level_methods() 596 let doc_comment = &self.doc_comment; in field_methods() localVariable 597 quote!( #(#doc_comment)* #(#methods)* ) in field_methods() 645 !self.doc_comment.is_empty() in has_doc_methods()
|
/external/rust/crates/gdbstub/src/target/ext/ |
D | mod.rs | 231 macro_rules! doc_comment { macro 240 doc_comment! {
|
/external/flatbuffers/src/ |
D | idl_gen_fbs.cpp | 106 GenComment(enum_def.doc_comment, &schema, nullptr); in GenerateFBS() 114 GenComment(ev.doc_comment, &schema, nullptr, " "); in GenerateFBS() 130 GenComment(struct_def.doc_comment, &schema, nullptr); in GenerateFBS() 136 GenComment(field.doc_comment, &schema, nullptr, " "); in GenerateFBS()
|
D | idl_gen_lobster.cpp | 102 GenComment(field.doc_comment, code_ptr, nullptr, " "); in GenStructAccessor() 247 GenComment(struct_def.doc_comment, code_ptr, nullptr, ""); in GenStruct() 277 GenComment(enum_def.doc_comment, code_ptr, nullptr, ""); in GenEnum() 281 GenComment(ev.doc_comment, code_ptr, nullptr, " "); in GenEnum()
|
D | idl_parser.cpp | 763 field->doc_comment = dc; in ParseField() 2047 enum_def->doc_comment = enum_comment; in ParseEnum() 2089 ev.doc_comment = doc_comment_; in ParseEnum() 2257 struct_def->doc_comment = dc; in ParseDecl() 2327 service_def.doc_comment = service_comment; in ParseService() 2335 std::vector<std::string> doc_comment = doc_comment_; in ParseService() local 2351 rpc.doc_comment = doc_comment; in ParseService() 2437 struct_def->doc_comment = struct_comment; in ParseProtoDecl() 2472 enum_def.doc_comment = doc_comment_; in StartEnum() 2575 field->doc_comment = field_comment; in ParseProtoFields() [all …]
|
D | idl_gen_js_ts.cpp | 321 GenDocComment(enum_def.doc_comment, code_ptr, in GenEnum() 344 if (!ev.doc_comment.empty()) { in GenEnum() 346 GenDocComment(ev.doc_comment, code_ptr, "", " "); in GenEnum() 678 GenDocComment(struct_def.doc_comment, code_ptr, "@constructor"); in GenStruct() 701 GenDocComment(struct_def.doc_comment, code_ptr, "@constructor"); in GenStruct() 785 field.doc_comment, code_ptr, in GenStruct() 849 field.doc_comment, code_ptr, in GenStruct() 913 field.doc_comment, code_ptr, in GenStruct() 992 field.doc_comment, code_ptr, in GenStruct()
|
D | idl_gen_swift.cpp | 256 GenComment(struct_def.doc_comment); in GenObjectHeader() 455 GenComment(field.doc_comment, "\t"); in GenTableReaderFields() 632 GenComment(field.doc_comment, "\t"); in GenStructReader() 656 GenComment(enum_def.doc_comment); in GenEnum() 671 GenComment(ev.doc_comment, "\t"); in GenEnum()
|
D | idl_gen_dart.cpp | 229 GenDocComment(enum_def.doc_comment, &code, ""); in GenEnum() 266 if (!ev.doc_comment.empty()) { in GenEnum() 268 GenDocComment(ev.doc_comment, &code, "", " "); in GenEnum() 426 GenDocComment(struct_def.doc_comment, &code, ""); in GenStruct() 519 GenDocComment(field.doc_comment, &code, "", " "); in GenImplementationGetters()
|
D | idl_gen_lua.cpp | 473 GenComment(field.doc_comment, code_ptr, &def_comment); in GenStructAccessor() 533 GenComment(struct_def.doc_comment, code_ptr, &def_comment); in GenStruct() 568 GenComment(enum_def.doc_comment, code_ptr, &def_comment); in GenEnum() 572 GenComment(ev.doc_comment, code_ptr, &def_comment, Indent); in GenEnum()
|
D | idl_gen_rust.cpp | 526 GenComment(enum_def.doc_comment); in GenEnum() 536 GenComment(ev.doc_comment, " "); in GenEnum() 1153 GenComment(struct_def.doc_comment); in GenTable() 1267 GenComment(field.doc_comment, " "); in GenTable() 1627 GenComment(struct_def.doc_comment); in GenStruct() 1766 GenComment(field.doc_comment, " "); in GenStruct()
|
D | idl_gen_grpc.cpp | 57 return method_->doc_comment; in GetAllComments() 111 return service_->doc_comment; in GetAllComments()
|
D | idl_gen_php.cpp | 675 GenComment(field.doc_comment, code_ptr, nullptr, Indent.c_str()); in GenStructAccessor() 750 GenComment(struct_def.doc_comment, code_ptr, nullptr); in GenStruct() 816 GenComment(enum_def.doc_comment, code_ptr, nullptr); in GenEnum() 820 GenComment(ev.doc_comment, code_ptr, nullptr, Indent.c_str()); in GenEnum()
|
D | idl_gen_go.cpp | 611 GenComment(field.doc_comment, code_ptr, nullptr, ""); in GenStructAccessor() 704 GenComment(field.doc_comment, code_ptr, nullptr, ""); in GenStructMutator() 743 GenComment(struct_def.doc_comment, code_ptr, nullptr); in GenStruct() 1107 GenComment(enum_def.doc_comment, code_ptr, nullptr); in GenEnum() 1112 GenComment(ev.doc_comment, code_ptr, nullptr, "\t"); in GenEnum()
|
D | idl_gen_json_schema.cpp | 152 const auto &comment_lines = structure->doc_comment; in generate()
|
D | idl_gen_kotlin.cpp | 230 GenerateComment(enum_def.doc_comment, writer, &comment_config); in GenEnum() 248 GenerateComment(ev.doc_comment, writer, &comment_config); in GenEnum() 423 GenerateComment(struct_def.doc_comment, writer, &comment_config); in GenStruct() 804 GenerateComment(field.doc_comment, writer, &comment_config); in GenerateStructGetters()
|
D | idl_gen_java.cpp | 304 GenComment(enum_def.doc_comment, code_ptr, &comment_config); in GenEnum() 317 GenComment(ev.doc_comment, code_ptr, &comment_config, " "); in GenEnum() 577 GenComment(struct_def.doc_comment, code_ptr, &comment_config); in GenStruct() 643 GenComment(field.doc_comment, code_ptr, &comment_config, " "); in GenStruct()
|
D | idl_gen_python.cpp | 582 GenComment(field.doc_comment, code_ptr, &def_comment, Indent.c_str()); in GenStructAccessor() 671 GenComment(struct_def.doc_comment, code_ptr, &def_comment); in GenStruct() 1500 GenComment(enum_def.doc_comment, code_ptr, &def_comment); in GenEnum() 1504 GenComment(ev.doc_comment, code_ptr, &def_comment, Indent.c_str()); in GenEnum()
|
D | idl_gen_cpp.cpp | 1059 GenComment(enum_def.doc_comment); in GenEnum() 1070 GenComment(ev.doc_comment, " "); in GenEnum() 1894 GenComment(struct_def.doc_comment); in GenTable() 1970 GenComment(field.doc_comment, " "); in GenTable() 2867 GenComment(struct_def.doc_comment); in GenStruct() 2997 GenComment(field.doc_comment, " "); in GenStruct()
|
/external/rust/crates/memoffset/src/ |
D | lib.rs | 75 extern crate doc_comment;
|
/external/rust/crates/hashbrown/src/ |
D | lib.rs | 47 doc_comment::doctest!("../README.md");
|
/external/rust/crates/nom/src/ |
D | lib.rs | 423 extern crate doc_comment;
|
/external/rust/crates/syn/tests/common/ |
D | eq.rs | 501 doc_comment(*style, *symbol, &mut other_trees) in eq() 504 doc_comment(*style, *symbol, &mut this_trees) in eq() 516 fn doc_comment<'a>( in doc_comment() function
|
/external/rust/crates/same-file/src/ |
D | lib.rs | 72 doc_comment::doctest!("../README.md");
|
/external/rust/crates/proc-macro2/src/ |
D | parse.rs | 159 if let Ok((rest, tt)) = doc_comment(input) { in token_stream() 790 fn doc_comment(input: Cursor) -> PResult<Vec<TokenTree>> { in doc_comment() function
|