Home
last modified time | relevance | path

Searched defs:Annotations (Results 1 – 17 of 17) sorted by relevance

/third_party/rust/crates/bindgen/bindgen/ir/
Dannotations.rs29 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 …]
Dcomp.rs153 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()
Ditem.rs432 annotations: Option<Annotations>, in new()
630 pub fn annotations(&self) -> &Annotations { in annotations()
/third_party/rust/crates/bindgen/book/src/
Dnocopy.md17 ### Annotations subsection in Preventing the Derivation of `Copy` and `Clone`
Dallowlisting.md31 ### Annotations subsection in Allowlisting
Dmust-use-types.md17 ### Annotations subsection in Annotating types with `#[must-use]`
Dblocklisting.md34 ### Annotations subsection in Blocklisting
Dnodebug.md16 ### Annotations subsection in Preventing the Derivation of `Debug`
Dnodefault.md16 ### Annotations subsection in Preventing the Derivation of `Default`
/third_party/typescript/tests/cases/compiler/
DAPISample_jsdoc.ts57 export interface Annotations { interface
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Testing/Support/
DAnnotations.cpp26 Annotations::Annotations(llvm::StringRef Text) { in Annotations() function in Annotations
/third_party/python/Doc/tools/extensions/
Dc_annotations.py63 class Annotations: class
/third_party/python/Doc/tutorial/
Dcontrolflow.rst1054 .. _tut-codingstyle:
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCDisassembler/
DDisassembler.cpp265 raw_svector_ostream Annotations(InsnStr); in LLVMDisasmInstruction() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.h150 std::vector<std::pair<MCSymbol *, MDNode *>> Annotations; member
/third_party/python/Doc/whatsnew/
D3.7.rst182 .. _whatsnew37-pep538:
/third_party/skia/tests/
DSerializationTest.cpp782 DEF_TEST(Annotations, reporter) { in DEF_TEST() argument