Searched refs:annotation_type (Results 1 – 5 of 5) 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/actions/ |
D | actions-suggestions.cc | 1183 group->annotation_type() != nullptr) { in FillAnnotationFromMatchGroup() 1204 if (group->annotation_type() != nullptr) { in FillAnnotationFromMatchGroup() 1205 annotation->entity.collection = group->annotation_type()->str(); in FillAnnotationFromMatchGroup()
|
D | actions_model.fbs | 379 annotation_type:string;
|
D | actions-suggestions_test.cc | 926 code_group->annotation_type = "code"; in TEST_F()
|
/external/flatbuffers/src/ |
D | idl_gen_js_ts.cpp | 283 std::string GenTypeAnnotation(AnnotationType annotation_type, in GenTypeAnnotation() argument 288 switch (annotation_type) { in GenTypeAnnotation()
|