Searched refs:XML_NO_ERROR (Results 1 - 1 of 1) sorted by relevance

/external/tinyxml2/
H A Dtinyxml2.h736 XML_NO_ERROR = 0, enumerator in enum:tinyxml2::__anon13901
792 in the provided paremeter. The function will return XML_NO_ERROR on success,
895 XML_NO_ERROR, XML_WRONG_ATTRIBUTE_TYPE if the conversion
1052 Returns XML_NO_ERROR (0) on success, or
1059 Returns XML_NO_ERROR (0) on success, or
1068 Returns XML_NO_ERROR (0) on success, or
1075 Returns XML_NO_ERROR (0) on success, or
1084 Returns XML_NO_ERROR (0) on success, or
1168 bool Error() const { return errorID != XML_NO_ERROR; }

Completed in 65 milliseconds