Home
last modified time | relevance | path

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

12

/external/rust/crates/bindgen/src/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.rs154 fn annotations(&self) -> &Annotations; in annotations()
421 fn annotations(&self) -> &Annotations { in annotations()
443 annotations: Option<Annotations>, in new()
481 fn annotations(&self) -> &Annotations { in annotations()
914 fn annotations(&self) -> &Annotations { in annotations()
/external/icu/tools/srcgen/currysrc/src/main/java/com/google/currysrc/aosp/
DAnnotations.java28 public final class Annotations { class
30 private Annotations() { in Annotations() method in Annotations
/external/apache-commons-bcel/src/main/java/org/apache/bcel/classfile/
DAnnotations.java30 public abstract class Annotations extends Attribute { class
42Annotations(final byte annotation_type, final int name_index, final int length, final DataInput in… in Annotations() method in Annotations
59 …public Annotations(final byte annotation_type, final int name_index, final int length, final Annot… in Annotations() method in Annotations
/external/auto/value/src/main/java/com/google/auto/value/extension/toprettystring/processor/
DAnnotations.java28 final class Annotations { class
43 private Annotations() {} in Annotations() method in Annotations
/external/pigweed/pw_sync/
Ddocs.rst626 Enabling Clang's Analysis
638 Why use lock annotations?
649 Using Lock Annotations
657 Annotating Lock Usage
794 Annotating Lock Objects
/external/dokka/core/testdata/format/
DannotationClass.package.md5 ### Annotations subsection
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/util/
DAnnotations.java13 public interface Annotations interface
/external/guice/core/src/com/google/inject/internal/
DAnnotations.java54 public class Annotations { class
/external/libtextclassifier/native/annotator/
Dtypes.h672 struct Annotations { struct
680 Annotations() = default; argument
682 explicit Annotations( in Annotations() function
686 Annotations(std::vector<std::vector<AnnotatedSpan>> arg_annotated_spans, in Annotations() function
/external/perfetto/docs/contributing/
Dembedding.md47 ### Annotations subsection
/external/python/cpython2/Doc/tools/extensions/
Dc_annotations.py36 class Annotations(dict): class
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Testing/Support/
DAnnotations.cpp26 Annotations::Annotations(llvm::StringRef Text) { in Annotations() function in Annotations
/external/javapoet/
DREADME.md774 ### Annotations subsection in JavaPoet
/external/python/cpython3/Doc/tools/extensions/
Dc_annotations.py50 class Annotations: class
/external/python/cpython3/Doc/tutorial/
Dcontrolflow.rst1051 .. _tut-codingstyle:
/external/perfetto/docs/analysis/
Dtrace-processor.md505 ## Annotations section in Trace Processor
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
DAnnotations.java35 public class Annotations { class
175 public Annotations(Set<String> attributes, String tts2) { in Annotations() method in Annotations
/external/llvm/lib/MC/MCDisassembler/
DDisassembler.cpp252 raw_svector_ostream Annotations(InsnStr); in LLVMDisasmInstruction() local
/external/clang/unittests/Format/
DFormatTestJava.cpp251 TEST_F(FormatTestJava, Annotations) { in TEST_F() argument
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCDisassembler/
DDisassembler.cpp265 raw_svector_ostream Annotations(InsnStr); in LLVMDisasmInstruction() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.h150 std::vector<std::pair<MCSymbol *, MDNode *>> Annotations; member
/external/clang/lib/Sema/
DCodeCompleteConsumer.cpp193 const char **Annotations, in CodeCompletionString()
/external/turbine/java/com/google/turbine/bytecode/
DAttribute.java109 interface Annotations extends Attribute { interface
/external/python/cpython3/Doc/whatsnew/
D3.7.rst182 .. _whatsnew37-pep538:

12