Searched defs:attribute_entry (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/tools/aapt/
H A DXMLNode.h77 struct attribute_entry { struct in class:XMLNode
78 attribute_entry() : index(~(uint32_t)0), nameResId(0) function in struct:XMLNode::attribute_entry
98 const Vector<attribute_entry>& getAttributes() const;
100 const attribute_entry* getAttribute(const String16& ns, const String16& name) const;
103 attribute_entry* editAttribute(const String16& ns, const String16& name);
199 Vector<attribute_entry> mAttributes;

Completed in 47 milliseconds