Home
last modified time | relevance | path

Searched refs:TypeAnnotationsAttribute (Results 1 – 1 of 1) sorted by relevance

/build/tools/ijar/
Dclassfile.cc1113 struct TypeAnnotationsAttribute : Attribute { struct
1114 static TypeAnnotationsAttribute* Read(const u1 *&p, Constant *attribute_name, in Read() argument
1116 auto attr = new TypeAnnotationsAttribute; in Read()
1349 attributes.push_back(TypeAnnotationsAttribute::Read(p, attribute_name, in ReadAttrs()