Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt/
DXMLNode.h77 struct attribute_entry { struct
78 attribute_entry() : index(~(uint32_t)0), nameResId(0) in attribute_entry() function
98 const Vector<attribute_entry>& getAttributes() const; argument