Home
last modified time | relevance | path

Searched defs:annotation_type (Results 1 – 2 of 2) 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/flatbuffers/src/
Didl_gen_js_ts.cpp283 std::string GenTypeAnnotation(AnnotationType annotation_type, in GenTypeAnnotation()