Searched refs:xmlVersion (Results 1 – 3 of 3) sorted by relevance
53 xmlChar* xmlVersion = xmlGetProp(rootNode, BAD_CAST"version"); in Parse() local55 version_ = std::stoi((const char *)xmlVersion); in Parse()63 if (xmlVersion != nullptr) { in Parse()64 version_ = std::stoi((const char *)xmlVersion); in Parse()66 xmlFree(xmlVersion); in Parse()
62 xmlChar* xmlVersion = xmlGetProp(rootNode, BAD_CAST"version"); in ParseThermalHdiXMLConfig() local63 if (xmlVersion != nullptr) { in ParseThermalHdiXMLConfig()64 this->thermal_.version = std::string(reinterpret_cast<char*>(xmlVersion)); in ParseThermalHdiXMLConfig()65 xmlFree(xmlVersion); in ParseThermalHdiXMLConfig()