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

/gem5/ext/mcpat/
H A DxmlParser.h491 XMLCSTR updateText_WOSD(XMLSTR lpszNewValue, int i=0); ///< if the text to update is missing, a new one will be added
492 XMLCSTR updateText_WOSD(XMLSTR lpszNewValue, XMLCSTR lpszOldValue); ///< if the text to update is missing, a new one will be added
H A DxmlParser.cc2624 XMLCSTR XMLNode::updateText_WOSD(XMLSTR lpszNewValue, int i) { function in class:XMLNode
2638 XMLCSTR XMLNode::updateText_WOSD(XMLSTR lpszNewValue, XMLCSTR lpszOldValue) { function in class:XMLNode
2644 if (i >= 0) return updateText_WOSD(lpszNewValue, i);
3051 return updateText_WOSD(stringDup(lpszNewValue), i);
3054 return updateText_WOSD(stringDup(lpszNewValue), lpszOldValue);

Completed in 27 milliseconds