Home
last modified time | relevance | path

Searched defs:annotation_type (Results 1 – 3 of 3) 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/dagger2/java/dagger/internal/codegen/serialization/
Dserialization.proto115 TypeProto annotation_type = 1; field
/external/flatbuffers/src/
Didl_gen_js_ts.cpp284 std::string GenTypeAnnotation(AnnotationType annotation_type, in GenTypeAnnotation()