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

/gem5/ext/mcpat/
H A DxmlParser.h459 * xNode.updateAttribute_WOSD("#newcolor" ,NULL,"color");
466 * xNode.updateAttribute_WOSD(stringDup("#newcolor"),NULL,"color");
488 XMLAttribute *updateAttribute_WOSD(XMLAttribute *newAttribute, XMLAttribute *oldAttribute); ///< if the attribute to update is missing, a new one will be added
489 XMLAttribute *updateAttribute_WOSD(XMLSTR lpszNewValue, XMLSTR lpszNewName=NULL, int i=0); ///< if the attribute to update is missing, a new one will be added
490 XMLAttribute *updateAttribute_WOSD(XMLSTR lpszNewValue, XMLSTR lpszNewName, XMLCSTR lpszOldName); ///< set lpszNewName=NULL if you don't want to change the name of the attribute if the attribute to update is missing, a new one will be added
H A DxmlParser.cc2546 XMLAttribute *XMLNode::updateAttribute_WOSD(XMLSTR lpszNewValue, function in class:XMLNode
2569 XMLAttribute *XMLNode::updateAttribute_WOSD(XMLAttribute *newAttribute, function in class:XMLNode
2572 return updateAttribute_WOSD((XMLSTR)newAttribute->lpszValue,
2580 XMLAttribute *XMLNode::updateAttribute_WOSD(XMLSTR lpszNewValue, function in class:XMLNode
2585 if (j) return updateAttribute_WOSD(lpszNewValue, lpszNewName, j - 1);
3035 return updateAttribute_WOSD(stringDup(newAttribute->lpszValue),
3041 return updateAttribute_WOSD(stringDup(lpszNewValue),
3047 return updateAttribute_WOSD(stringDup(lpszNewValue),

Completed in 21 milliseconds