Searched refs:XML_BASE_OK (Results 1 – 7 of 7) sorted by relevance
34 enum class XmlBaseRtnValue { XML_BASE_ERR = -1, XML_BASE_OK = 0 }; enumerator
37 if (static_cast<int32_t>(XmlBaseRtnValue::XML_BASE_OK) == in ParseNode()
45 if (static_cast<int32_t>(XmlBaseRtnValue::XML_BASE_OK) == in ParseNode()
1071 …if (ret != static_cast<int32_t>(XmlBaseRtnValue::XML_BASE_OK) || this->stopFlag_ || rootElement ==… in ParseMPD()