/third_party/rust/crates/memoffset/src/ |
H A D | lib.rs | 74 #[doc(hidden)] 76 #[doc(hidden)] 78 #[doc(hidden)] 82 #[doc(hidden)]
|
/third_party/rust/crates/syn/src/ |
H A D | lit.rs | 171 #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 201 #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 560 #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] 579 #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] 598 #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] 617 #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] 636 #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] 655 #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] 674 #[cfg_attr(doc_cfg, doc(cfg(feature = "extra-traits")))] 695 #[cfg_attr(doc_cfg, doc(cf [all...] |
H A D | macros.rs | 72 $(#[doc $($doc_attr:tt)*])* 88 $(#[doc $($doc_attr)*])* 114 $(#[doc $($doc_attr:tt)*])* 128 $(#[doc $($doc_attr:tt)*])* 140 #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 151 // Rustdoc bug: does not respect the doc(hidden) on some items. 152 #[cfg(all(doc, feature = "parsing"))] 162 #[cfg(all(not(doc), feature = "parsing"))]
|
H A D | restriction.rs | 12 #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 29 #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 40 #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 65 #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 148 #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))] 159 #[cfg_attr(doc_cfg, doc(cfg(feature = "printing")))]
|
H A D | data.rs | 6 #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 29 #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 46 #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 55 #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 137 #[cfg_attr(doc_cfg, doc(cfg(any(feature = "full", feature = "derive"))))] 164 #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 279 #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 290 #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 303 #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))] 340 #[cfg_attr(doc_cfg, doc(cf [all...] |
/third_party/skia/src/pdf/ |
H A D | SkPDFTag.cpp | 252 SkPDFDocument* doc) { in PrepareTagTreeToEmit() 253 SkPDFIndirectReference ref = doc->reserveRef(); in PrepareTagTreeToEmit() 260 kids->appendRef(PrepareTagTreeToEmit(ref, child, doc)); in PrepareTagTreeToEmit() 265 mcr->insertRef("Pg", doc->getPage(info.fPageIndex)); in PrepareTagTreeToEmit() 272 annotationDict->insertRef("Pg", doc->getPage(annotationInfo.fPageIndex)); in PrepareTagTreeToEmit() 298 return doc->emit(dict, ref); in PrepareTagTreeToEmit() 316 SkPDFIndirectReference SkPDFTagTree::makeStructTreeRoot(SkPDFDocument* doc) { in makeStructTreeRoot() argument 321 SkPDFIndirectReference ref = doc->reserveRef(); in makeStructTreeRoot() 323 unsigned pageCount = SkToUInt(doc->pageCount()); in makeStructTreeRoot() 327 structTreeRoot.insertRef("K", PrepareTagTreeToEmit(ref, fRoot, doc)); in makeStructTreeRoot() 250 PrepareTagTreeToEmit(SkPDFIndirectReference parent, SkPDFTagNode* node, SkPDFDocument* doc) PrepareTagTreeToEmit() argument [all...] |
H A D | SkPDFType1Font.cpp | 227 static SkPDFIndirectReference make_type1_font_descriptor(SkPDFDocument* doc, in make_type1_font_descriptor() argument 249 std::move(fontStream), doc, true)); in make_type1_font_descriptor() 253 return doc->emit(descriptor); in make_type1_font_descriptor() 270 static SkPDFIndirectReference type1_font_descriptor(SkPDFDocument* doc, in type1_font_descriptor() argument 273 if (SkPDFIndirectReference* ptr = doc->fFontDescriptors.find(fontID)) { in type1_font_descriptor() 276 const SkAdvancedTypefaceMetrics* info = SkPDFFont::GetMetrics(typeface, doc); in type1_font_descriptor() 277 auto fontDescriptor = make_type1_font_descriptor(doc, typeface, info); in type1_font_descriptor() 278 doc->fFontDescriptors.set(fontID, fontDescriptor); in type1_font_descriptor() 283 void SkPDFEmitType1Font(const SkPDFFont& pdfFont, SkPDFDocument* doc) { in SkPDFEmitType1Font() argument 285 const std::vector<SkString>& glyphNames = type_1_glyphnames(doc, typefac in SkPDFEmitType1Font() [all...] |
/third_party/rust/crates/nix/src/sys/ptrace/ |
H A D | bsd.rs | 16 #[doc(hidden)] 19 #[doc(hidden)] 33 #[cfg_attr(docsrs, doc(cfg(all())))] 38 #[cfg_attr(docsrs, doc(cfg(all())))] 52 #[cfg_attr(docsrs, doc(cfg(all())))] 55 #[cfg_attr(docsrs, doc(cfg(all())))] 58 #[cfg_attr(docsrs, doc(cfg(all())))]
|
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/ |
H A D | extensionmetadocgenerator.py | 163 doc = 'ifdef::' + apiVersion + '[]\n' 164 doc += ' ' + self.specLink(xrefName, xrefText, isRefpage) + '\n' 165 doc += 'endif::' + apiVersion + '[]\n' 166 doc += 'ifndef::' + apiVersion + '[]\n' 167 doc += ' ' + self.conventions.api_name() + ' ' + dottedVersion + '\n' 168 doc += 'endif::' + apiVersion + '[]\n' 170 return doc 173 doc = 'ifdef::' + extName + '[]\n' 174 doc += indent + self.conventions.formatExtension(extName) + '\n' 175 doc [all...] |
/kernel/linux/linux-6.6/rust/alloc/collections/ |
H A D | mod.rs | 34 #[doc(no_inline)] 39 #[doc(no_inline)] 44 #[doc(no_inline)] 49 #[doc(no_inline)] 54 #[doc(no_inline)] 98 #[doc(hidden)] 152 #[doc(hidden)]
|
/third_party/python/Objects/clinic/ |
H A D | moduleobject.c.h | 6 "module(name, doc=None)\n" 11 "The name must be a string; the optional doc argument can have any type."); 14 module___init___impl(PyModuleObject *self, PyObject *name, PyObject *doc); 20 static const char * const _keywords[] = {"name", "doc", NULL}; in module___init__() 27 PyObject *doc = Py_None; in module___init__() local 44 doc = fastargs[1]; in module___init__() 46 return_value = module___init___impl((PyModuleObject *)self, name, doc); in module___init__()
|
/third_party/rust/crates/rustix/src/param/ |
H A D | auxv.rs | 27 #[doc(alias = "_SC_PAGESIZE")] 28 #[doc(alias = "_SC_PAGE_SIZE")] 29 #[doc(alias = "getpagesize")] 44 #[doc(alias = "_SC_CLK_TCK")]
|
/third_party/rust/crates/serde/serde/src/ser/ |
H A D | impls.rs | 51 #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] 74 #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] 86 #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] 232 #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] 238 #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] 244 #[cfg_attr(doc_cfg, doc(cfg(feature = "std")))] 250 #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] 256 #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] 262 #[cfg_attr(doc_cfg, doc(cfg(any(feature = "std", feature = "alloc"))))] 371 #[cfg_attr(doc_cfg, doc(cf [all...] |
/third_party/nghttp2/doc/ |
H A D | mkapiref.py | 170 for doc in functions: 171 indexfile.write(' {}\n'.format(doc.funcname)) 177 for doc in macros: 178 doc.write(macrosfile) 184 for doc in enums: 185 doc.write(enumsfile) 191 for doc in types: 192 doc.write(typesfile) 194 for doc in functions: 195 with open(os.path.join(funcsdir, doc [all...] |
/third_party/rust/crates/rustix/src/backend/linux_raw/process/ |
H A D | types.rs | 15 #[doc(alias = "Shared")] 16 #[doc(alias = "MEMBARRIER_CMD_SHARED")] 99 #[doc(alias = "Iot")] 100 #[doc(alias = "Abrt")] 117 #[doc(alias = "Alrm")] 125 #[doc(alias = "Chld")] 144 #[doc(alias = "Vtalrm")] 151 #[doc(alias = "Poll")] 154 #[doc(alias = "Pwr")] 157 #[doc(alia [all...] |
/third_party/rust/crates/clap/src/builder/ |
H A D | arg.rs | 1100 #[doc(hidden)] 1128 #[cfg_attr(not(feature = "help"), doc = " ```ignore")] 1129 #[cfg_attr(feature = "help", doc = " ```")] 1190 #[cfg_attr(not(feature = "help"), doc = " ```ignore")] 1191 #[cfg_attr(feature = "help", doc = " ```")] 1460 #[doc(hidden)] 1657 #[doc(hidden)] 1680 #[doc(hidden)] 1987 #[doc(hidden)] 2016 #[cfg_attr(not(feature = "help"), doc [all...] |
/third_party/rust/crates/cxx/macro/src/ |
H A D | expand.rs | 24 let mut doc = Doc::new(); in bridge() variables 30 doc: Some(&mut doc), in bridge() 48 Ok(expand(ffi, doc, attrs, apis, types)) in bridge() 51 fn expand(ffi: Module, doc: Doc, attrs: OtherAttrs, apis: &[Api], types: &Types) -> TokenStream { in expand() 124 #[doc(hidden)] in expand() 138 #doc in expand() 156 let doc = &strct.doc; in expand_struct() 161 let doc in expand_struct() [all...] |
/third_party/rust/crates/cxx/src/ |
H A D | extern_type.rs | 183 #[doc(hidden)] 186 #[doc(hidden)] 194 #[allow(unused_attributes)] // incorrect lint; this doc(hidden) attr *is* respected by rustdoc 195 #[doc(hidden)] 220 #[cfg_attr(doc_cfg, doc(cfg(feature = "alloc")))]
|
H A D | lib.rs | 367 #![doc(html_root_url = "https://docs.rs/cxx/1.0.97")] 406 #[doc(hidden)] 410 #[doc(hidden)] 417 #[doc(hidden)] 495 #[doc(hidden)] 528 #[doc(hidden)]
|
/third_party/python/Modules/clinic/ |
H A D | _collectionsmodule.c.h | 37 tuplegetter_new_impl(PyTypeObject *type, Py_ssize_t index, PyObject *doc); 44 PyObject *doc; in tuplegetter_new() local 66 doc = PyTuple_GET_ITEM(args, 1); in tuplegetter_new() 67 return_value = tuplegetter_new_impl(type, index, doc); in tuplegetter_new()
|
/third_party/rust/crates/rustix/src/fs/ |
H A D | fcntl.rs | 26 #[doc(alias = "F_GETFL")] 40 #[doc(alias = "F_SETFL")] 58 #[doc(alias = "F_GET_SEALS")] 84 #[doc(alias = "F_ADD_SEALS")]
|
/third_party/rust/crates/rustix/src/io/ |
H A D | fcntl.rs | 25 #[doc(alias = "F_GETFD")] 39 #[doc(alias = "F_SETFD")] 61 #[doc(alias = "F_DUPFD_CLOEXEC")] 82 #[doc(alias = "F_DUPFD")]
|
H A D | stdio.rs | 39 #[doc(alias = "STDIN_FILENO")] 69 #[doc(alias = "STDIN_FILENO")] 100 #[doc(alias = "STDOUT_FILENO")] 130 #[doc(alias = "STDOUT_FILENO")] 160 #[doc(alias = "STDERR_FILENO")] 190 #[doc(alias = "STDERR_FILENO")] 210 #[doc(alias = "STDIN_FILENO")] 230 #[doc(alias = "STDOUT_FILENO")] 250 #[doc(alias = "STDERR_FILENO")]
|
/third_party/rust/crates/static-assertions-rs/src/ |
H A D | lib.rs | 77 //! [`Cargo.toml`]: https://doc.rust-lang.org/cargo/reference/manifest.html 79 #![doc(html_root_url = "https://docs.rs/static_assertions/1.1.0")] 80 #![doc(html_logo_url = "https://raw.githubusercontent.com/nvzqz/static-assertions-rs/assets/Icon.png")] 86 #[doc(hidden)]
|
/third_party/rust/crates/nix/src/sys/socket/ |
H A D | mod.rs | 79 #[doc(hidden)] 144 #[cfg_attr(docsrs, doc(cfg(all())))] 149 #[cfg_attr(docsrs, doc(cfg(all())))] 155 #[cfg_attr(docsrs, doc(cfg(all())))] 160 #[cfg_attr(docsrs, doc(cfg(all())))] 165 #[cfg_attr(docsrs, doc(cfg(all())))] 170 #[cfg_attr(docsrs, doc(cfg(all())))] 175 #[cfg_attr(docsrs, doc(cfg(all())))] 180 #[cfg_attr(docsrs, doc(cfg(all())))] 185 #[cfg_attr(docsrs, doc(cf [all...] |