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
488 if (!parseAttr(root, "type", &object->mType, error) || in buildObject()
672 if (!parseAttr(root, "version", &object->mMinLts, error) || in buildObject()
1029 if (!parseAttr(root, "version", &metaVersion, error)) return false; in buildObject()
1037 if (!parseAttr(root, "type", &object->mType, error) || in buildObject()
1143 !parseAttr(root, "format", &object->mFormat, error) || in buildObject()
1216 if (!parseAttr(root, "version", &metaVersion, error)) return false; in buildObject()
1224 if (!parseAttr(root, "type", &object->mType, error) || in buildObject()