Home
last modified time | relevance | path

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

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