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

/gem5/ext/mcpat/
H A DxmlParser.cc756 XMLError XMLNode::writeToFile(XMLCSTR filename, const char *encoding, char nFormat) const {
792 XMLSTR t = createXMLString(nFormat, &i);
2101 int nFormat) {
2103 int cb = nFormat < 0 ? 0 : nFormat;
2108 if ((nFormat >= 0) && (nElementI == 1) && (pEntry->nText == 1) &&
2110 nFormat = -2;
2170 if (nFormat != -1) {
2178 if (nFormat >= 0) {
2187 if (nFormat !
2100 CreateXMLStringR(XMLNodeData *pEntry, XMLSTR lpszMarker, int nFormat) argument
2337 createXMLString(int nFormat, int *pnSize) const argument
[all...]
H A DxmlParser.h328 XMLSTR createXMLString(int nFormat = 1, int *pnSize = NULL) const;
331 * If nFormat==0, no formatting is required otherwise this returns an user friendly XML string from a given element
337 char nFormat = 1) const;
338 /**< If nFormat==0, no formatting is required otherwise this returns an user friendly XML string from a given element with appropriate white spaces and carriage returns.
627 static int CreateXMLStringR(XMLNodeData *pEntry, XMLSTR lpszMarker, int nFormat);

Completed in 19 milliseconds