Searched refs:annotation_type (Results 1 – 9 of 9) sorted by relevance
/external/apache-commons-bcel/src/main/java/org/apache/bcel/classfile/ |
D | Annotations.java | 42 …Annotations(final byte annotation_type, final int name_index, final int length, final DataInput in… in Annotations() argument 44 …this(annotation_type, name_index, length, (AnnotationEntry[]) null, constant_pool, isRuntimeVisibl… in Annotations() 59 …public Annotations(final byte annotation_type, final int name_index, final int length, final Annot… in Annotations() argument 61 super(annotation_type, name_index, length, constant_pool); in Annotations()
|
/external/libtextclassifier/native/actions/ |
D | utils.cc | 100 group->annotation_type() == nullptr) { in FillAnnotationFromCapturingMatch() 109 if (group->annotation_type() != nullptr) { in FillAnnotationFromCapturingMatch() 110 annotation->entity.collection = group->annotation_type()->str(); in FillAnnotationFromCapturingMatch()
|
D | regex-actions.cc | 35 group->annotation_type() != nullptr) { in FillAnnotationFromMatchGroup()
|
D | grammar-actions_test.cc | 95 actions_spec->capturing_group.back()->annotation_type = in AddActionSpec()
|
D | actions_model.fbs | 460 annotation_type:string (shared);
|
D | actions-suggestions_test.cc | 1278 code_group->annotation_type = "code"; in TEST_F()
|
/external/python/typing/typing_extensions/src/ |
D | typing_extensions.py | 644 for annotation_key, annotation_type in own_annotations.items(): 645 annotation_origin = get_origin(annotation_type) 647 annotation_args = get_args(annotation_type) 649 annotation_type = annotation_args[0] 650 annotation_origin = get_origin(annotation_type)
|
/external/python/typing/typing_extensions/ |
D | __init__.py | 1152 for annotation_key, annotation_type in own_annotations.items(): 1153 annotation_origin = get_origin(annotation_type) 1155 annotation_args = get_args(annotation_type) 1157 annotation_type = annotation_args[0] 1158 annotation_origin = get_origin(annotation_type)
|
/external/python/cpython3/Parser/ |
D | parser.c | 165 #define annotation_type 1089 macro
|