Searched defs:attribute_entry (Results 1 – 2 of 2) sorted by relevance
77 struct attribute_entry { struct78 attribute_entry() : index(~(uint32_t)0), nameResId(0) in attribute_entry() argument98 const Vector<attribute_entry>& getAttributes() const; argument
119 for (auto& attribute_entry : entries_) { in size() local135 for (const auto& attribute_entry : entries_) { in Serialize() local