Home
last modified time | relevance | path

Searched refs:annotation_type (Results 1 – 5 of 5) 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/actions/
Dactions-suggestions.cc1183 group->annotation_type() != nullptr) { in FillAnnotationFromMatchGroup()
1204 if (group->annotation_type() != nullptr) { in FillAnnotationFromMatchGroup()
1205 annotation->entity.collection = group->annotation_type()->str(); in FillAnnotationFromMatchGroup()
Dactions_model.fbs379 annotation_type:string;
Dactions-suggestions_test.cc926 code_group->annotation_type = "code"; in TEST_F()
/external/flatbuffers/src/
Didl_gen_js_ts.cpp283 std::string GenTypeAnnotation(AnnotationType annotation_type, in GenTypeAnnotation() argument
288 switch (annotation_type) { in GenTypeAnnotation()