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

/frameworks/base/tools/aapt/
H A DXMLNode.h74 struct attribute_entry { struct in class:XMLNode
75 attribute_entry() : index(~(uint32_t)0), nameResId(0) function in struct:XMLNode::attribute_entry
95 const Vector<attribute_entry>& getAttributes() const;
97 const attribute_entry* getAttribute(const String16& ns, const String16& name) const;
99 attribute_entry* editAttribute(const String16& ns, const String16& name);
195 Vector<attribute_entry> mAttributes;

Completed in 50 milliseconds