Home
last modified time | relevance | path

Searched refs: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() 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/
Dutils.cc100 group->annotation_type() == nullptr) { in FillAnnotationFromCapturingMatch()
109 if (group->annotation_type() != nullptr) { in FillAnnotationFromCapturingMatch()
110 annotation->entity.collection = group->annotation_type()->str(); in FillAnnotationFromCapturingMatch()
Dregex-actions.cc35 group->annotation_type() != nullptr) { in FillAnnotationFromMatchGroup()
Dgrammar-actions_test.cc95 actions_spec->capturing_group.back()->annotation_type = in AddActionSpec()
Dactions_model.fbs433 annotation_type:string (shared);
Dactions-suggestions_test.cc1274 code_group->annotation_type = "code"; in TEST_F()
/external/flatbuffers/src/
Didl_gen_js_ts.cpp275 std::string GenTypeAnnotation(AnnotationType annotation_type, in GenTypeAnnotation() argument
280 switch (annotation_type) { in GenTypeAnnotation()
/external/python/cpython3/Parser/pegen/
Dparse.c131 #define annotation_type 1053 macro