Home
last modified time | relevance | path

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

/build/tools/ijar/
Dclassfile.cc1145 struct GeneralAttribute : Attribute { struct
1146 static GeneralAttribute* Read(const u1 *&p, Constant *attribute_name, in Read() argument
1148 auto attr = new GeneralAttribute; in Read()
1343 attributes.push_back(GeneralAttribute::Read(p, attribute_name, in ReadAttrs()