| /third_party/rust/crates/bindgen/bindgen/ir/ |
| D | annotations.rs | 29 pub struct Annotations { struct 31 opaque: bool, 34 hide: bool, 37 use_instead_of: Option<Vec<String>>, 40 disallow_copy: bool, 42 disallow_debug: bool, 44 disallow_default: bool, 46 must_use_type: bool, 49 private_fields: Option<bool>, 52 accessor_kind: Option<FieldAccessorKind>, [all …]
|
| D | comp.rs | 153 fn annotations(&self) -> &Annotations; in annotations() 420 fn annotations(&self) -> &Annotations { in annotations() 442 annotations: Option<Annotations>, in new() 480 fn annotations(&self) -> &Annotations { in annotations() 913 fn annotations(&self) -> &Annotations { in annotations()
|
| D | item.rs | 432 annotations: Option<Annotations>, in new() 630 pub fn annotations(&self) -> &Annotations { in annotations()
|
| /third_party/rust/crates/bindgen/book/src/ |
| D | nocopy.md | 17 ### Annotations subsection in Preventing the Derivation of `Copy` and `Clone`
|
| D | allowlisting.md | 31 ### Annotations subsection in Allowlisting
|
| D | must-use-types.md | 17 ### Annotations subsection in Annotating types with `#[must-use]`
|
| D | blocklisting.md | 34 ### Annotations subsection in Blocklisting
|
| D | nodebug.md | 16 ### Annotations subsection in Preventing the Derivation of `Debug`
|
| D | nodefault.md | 16 ### Annotations subsection in Preventing the Derivation of `Default`
|
| /third_party/typescript/tests/cases/compiler/ |
| D | APISample_jsdoc.ts | 57 export interface Annotations { interface
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Testing/Support/ |
| D | Annotations.cpp | 26 Annotations::Annotations(llvm::StringRef Text) { in Annotations() function in Annotations
|
| /third_party/python/Doc/tools/extensions/ |
| D | c_annotations.py | 63 class Annotations: class
|
| /third_party/python/Doc/tutorial/ |
| D | controlflow.rst | 1054 .. _tut-codingstyle:
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCDisassembler/ |
| D | Disassembler.cpp | 265 raw_svector_ostream Annotations(InsnStr); in LLVMDisasmInstruction() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
| D | CodeViewDebug.h | 150 std::vector<std::pair<MCSymbol *, MDNode *>> Annotations; member
|
| /third_party/python/Doc/whatsnew/ |
| D | 3.7.rst | 182 .. _whatsnew37-pep538:
|
| /third_party/skia/tests/ |
| D | SerializationTest.cpp | 782 DEF_TEST(Annotations, reporter) { in DEF_TEST() argument
|