Home
last modified time | relevance | path

Searched refs:parseAttr (Results 1 – 1 of 1) sorted by relevance

/system/libvintf/
Dparse_xml.cpp251 inline bool parseAttr(NodeType* root, const std::string& attrName, T* attr, in parseAttr() function
262 inline bool parseAttr(NodeType* root, const std::string& attrName, std::string* attr, in parseAttr() function
485 if (!parseAttr(root, "type", &object->mType, error) || in buildObject()
681 if (!parseAttr(root, "version", &object->mMinLts, error) || in buildObject()
1073 if (!parseAttr(root, "version", &metaVersion, error)) return false; in buildObject()
1080 if (!parseAttr(root, "type", &object->mType, error)) { in buildObject()
1194 !parseAttr(root, "format", &object->mFormat, error) || in buildObject()
1266 if (!parseAttr(root, "version", &metaVersion, error)) return false; in buildObject()
1274 if (!parseAttr(root, "type", &object->mType, error) || in buildObject()