Home
last modified time | relevance | path

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

/external/tinyxml2/
Dtinyxml2.cpp1025 return XML_NO_ERROR; in QueryIntValue()
1033 return XML_NO_ERROR; in QueryUnsignedValue()
1041 return XML_NO_ERROR; in QueryBoolValue()
1050 return XML_NO_ERROR; in QueryFloatValue()
1058 return XML_NO_ERROR; in QueryDoubleValue()
1453 errorID = XML_NO_ERROR; in InitDocument()
Dtinyxml2.h736 XML_NO_ERROR = 0, enumerator
1168 bool Error() const { return errorID != XML_NO_ERROR; } in Error()