Searched refs:parseAttr (Results 1 – 1 of 1) sorted by relevance
/system/libvintf/ |
D | parse_xml.cpp | 259 inline bool parseAttr(NodeType* root, const std::string& attrName, T* attr, in parseAttr() function 270 inline bool parseAttr(NodeType* root, const std::string& attrName, std::string* attr, in parseAttr() function 443 if (!parseAttr(root, "type", &object->mType, error) || in buildObject() 611 if (!parseAttr(root, "version", &object->mMinLts, error) || in buildObject() 885 if (!parseAttr(root, "version", &object->mMetaVersion, error) || in buildObject() 886 !parseAttr(root, "type", &object->mType, error) || in buildObject() 993 !parseAttr(root, "format", &object->mFormat, error) || in buildObject() 1063 if (!parseAttr(root, "version", &version, error) || in buildObject() 1064 !parseAttr(root, "type", &object->mType, error) || in buildObject()
|