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

/gem5/ext/mcpat/
H A DxmlParser.h282 * the function "createXMLString" that re-creates an XML string from an XMLNode tree. If the XML document is corrupted, the
328 XMLSTR createXMLString(int nFormat = 1, int *pnSize = NULL) const;
655 /// to free the string allocated inside the "stringDup" function or the "createXMLString" function.
H A DxmlParser.cc156 // When rendering the XMLNode to a string (using the "createXMLString" function),
792 XMLSTR t = createXMLString(nFormat, &i);
2337 XMLSTR XMLNode::createXMLString(int nFormat, int *pnSize) const { function in class:XMLNode

Completed in 25 milliseconds