Home
last modified time | relevance | path

Searched defs:annotation_type (Results 1 – 8 of 8) sorted by relevance

/external/apache-commons-bcel/src/main/java/org/apache/bcel/classfile/
DAnnotations.java42 …Annotations(final byte annotation_type, final int name_index, final int length, final DataInput in… in Annotations()
59 …public Annotations(final byte annotation_type, final int name_index, final int length, final Annot… in Annotations()
/external/rust/crates/annotate-snippets/src/
Dsnippet.rs78 pub annotation_type: AnnotationType, field
87 pub annotation_type: AnnotationType, field
/external/rust/crates/annotate-snippets/tests/snippet/
Dmod.rs185 pub annotation_type: AnnotationType, field
196 pub annotation_type: AnnotationType, field
/external/rust/crates/annotate-snippets/src/display_list/
Dstructs.rs164 pub annotation_type: DisplayAnnotationType, field
269 pub annotation_type: DisplayAnnotationType, field
Dfrom_snippet.rs337 let annotation_type = match annotation.annotation_type { in format_body() localVariable
/external/googleapis/google/cloud/datalabeling/v1beta1/
Ddataset.proto108 AnnotationType annotation_type = 3; field
/external/google-cloud-java/java-datalabeling/proto-google-cloud-datalabeling-v1beta1/src/main/proto/google/cloud/datalabeling/v1beta1/
Ddataset.proto108 AnnotationType annotation_type = 3; field
/external/python/cpython3/Parser/
Dparser.c128 #define annotation_type 1048 macro