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

/gem5/ext/mcpat/
H A DxmlParser.h428 XMLCSTR updateText(XMLCSTR lpszNewValue, XMLCSTR lpszOldValue); ///< if the text to update is missing, a new one will be added
431 XMLClear *updateClear(XMLCSTR lpszNewValue, XMLCSTR lpszOldValue); ///< if the clearTag 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
495 XMLClear *updateClear_WOSD(XMLSTR lpszNewValue, XMLCSTR lpszOldValue); ///< if the clearTag to update is missing, a new one will be added
H A DxmlParser.cc2638 XMLCSTR XMLNode::updateText_WOSD(XMLSTR lpszNewValue, XMLCSTR lpszOldValue) { argument
2643 int i = indexText(lpszOldValue);
2695 XMLCSTR lpszOldValue) {
2700 int i = indexClear(lpszOldValue);
3053 XMLCSTR XMLNode::updateText(XMLCSTR lpszNewValue, XMLCSTR lpszOldValue) { argument
3054 return updateText_WOSD(stringDup(lpszNewValue), lpszOldValue);
3059 XMLClear *XMLNode::updateClear(XMLCSTR lpszNewValue, XMLCSTR lpszOldValue) { argument
3060 return updateClear_WOSD(stringDup(lpszNewValue), lpszOldValue);
2694 updateClear_WOSD(XMLSTR lpszNewContent, XMLCSTR lpszOldValue) argument

Completed in 22 milliseconds