Home
last modified time | relevance | path

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

/system/libvintf/
Dparse_xml.cpp260 inline bool parseAttr(NodeType* root, const std::string& attrName, T* attr, in parseAttr() function
271 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()
669 if (!parseAttr(root, "version", &object->mMinLts, error) || in buildObject()
1026 if (!parseAttr(root, "version", &metaVersion, error)) return false; in buildObject()
1033 if (!parseAttr(root, "type", &object->mType, error)) { in buildObject()
1147 !parseAttr(root, "format", &object->mFormat, error) || in buildObject()
1220 if (!parseAttr(root, "version", &metaVersion, error)) return false; in buildObject()
1228 if (!parseAttr(root, "type", &object->mType, error) || in buildObject()