Home
last modified time | relevance | path

Searched defs:firstAttribute (Results 1 – 5 of 5) sorted by relevance

/external/ow2-asm/asm/src/main/java/org/objectweb/asm/
DRecordComponentWriter.java82 private Attribute firstAttribute; field in RecordComponentWriter
DFieldWriter.java104 private Attribute firstAttribute; field in FieldWriter
DClassWriter.java215 private Attribute firstAttribute; field in ClassWriter
DMethodWriter.java461 private Attribute firstAttribute; field in MethodWriter
/external/sfntly/cpp/src/test/tinyxml/
Dtinyxml.cpp1766 bool TiXmlPrinter::VisitEnter( const TiXmlElement& element, const TiXmlAttribute* firstAttribute ) in VisitEnter()